Поделиться через


Свойство FlatFileColumn.ColumnWidth

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Property ColumnWidth As Integer 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Int32
An Integer that contains the width of the column.

См. также

Справочник

FlatFileColumn Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime