다음을 통해 공유


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 네임스페이스