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.