Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.