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.