Compartir a través de


FlatFileColumn.ColumnWidth Propiedad

Gets or sets the value that indicates how wide a column is when the ColumnType is fixed width.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Property ColumnWidth As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
An Integer that contains the width of the column.

Vea también

Referencia

FlatFileColumn Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime