次の方法で共有


IDTSExternalMetadataColumn100.DataType プロパティ

定義

列の DataType を取得します。値の設定も可能です。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType DataType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType value); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType DataType { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.DataType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType with get, set
Public Property DataType As DataType

プロパティ値

列に格納されたデータの型を示す DataType 列挙の値です。

属性

注釈

DataType は、コンポーネントの実行中に列に格納されるデータを表します。

適用対象