次の方法で共有


ColumnType プロパティ

列の種類 (区切り記号または固定幅) を取得します。値の設定も可能です。

名前空間:  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
区切り記号または固定幅を表す String です。

説明

固定幅形式では、列の定義に ColumnWidth が使用されます。