Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value that indicates how wide a column is when the ColumnType is fixed width.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Property ColumnWidth As Integer
Get
Set
'Usage
Dim instance As FlatFileColumn
Dim value As Integer
value = instance.ColumnWidth
instance.ColumnWidth = value
public int ColumnWidth { get; set; }
public:
property int ColumnWidth {
int get ();
void set (int value);
}
member ColumnWidth : int with get, set
function get ColumnWidth () : int
function set ColumnWidth (value : int)
Property Value
Type: System.Int32
An Integer that contains the width of the column.