Partager via


Propriété FlatFileColumn.ColumnWidth

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Property ColumnWidth As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

FlatFileColumn Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime