BufferColumn.DataType フィールド

定義

DataType 列に格納された値の PipelineBuffer を指定します。

public: Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType DataType;
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType DataType;
val mutable DataType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
Public DataType As DataType 

フィールド値

注釈

列にデータを書き込む場合、DataType フィールドはバッファー列にとって特に重要です。 列に割り当てられた値の DataType は、PipelineBuffer がその列に想定しているデータ型と一致する必要があります。

適用対象