FlatFileColumn.ColumnType 属性

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

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
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.

请参阅

参考

FlatFileColumn 类

Microsoft.SqlServer.Dts.Runtime 命名空间