다음을 통해 공유


ColumnType 속성

Gets or sets the column type, whether delimited or fixed width.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
Public Property ColumnType As String
    Get
    Set
‘사용 방법
Dim instance As FlatFileColumn
Dim value As String

value = instance.ColumnType

instance.ColumnType = value
public string ColumnType { get; set; }
public:
property String^ ColumnType {
    String^ get ();
    void set (String^ value);
}
member ColumnType : string with get, set
function get ColumnType () : String
function set ColumnType (value : String)

속성 값

형식: System. . :: . .String
A String that contains Delimited or Fixed Width values.

주의

Fixed width format uses ColumnWidth to define columns.