次の方法で共有


DataType プロパティ

列の DataType を取得します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
ReadOnly Property DataType As DataType
    Get
'使用
Dim instance As IDTSOutputColumn100
Dim value As DataType

value = instance.DataType
DataType DataType { get; }
property DataType DataType {
    DataType get ();
}
abstract DataType : DataType
function get DataType () : DataType

プロパティ値

型: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DataType
列に格納されたデータの型を示す値を DataType 列挙から返します。

説明

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

Integration Services のデータ型およびそのプロパティの詳細については、「Integration Services のデータ型」を参照してください。