BufferColumn.DataType フィールド
PipelineBuffer 列に格納された値の DataType を指定します。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost.dll)
構文
'宣言
Public DataType As DataType
'使用
Dim instance As BufferColumn
Dim value As DataType
value = instance.DataType
instance.DataType = value
public DataType DataType
public:
DataType DataType
val mutable DataType: DataType
public var DataType : DataType
説明
列にデータを書き込む場合、DataType フィールドはバッファー列にとって特に重要です。 列に割り当てられた値の DataType は、PipelineBuffer がその列に想定しているデータ型と一致する必要があります。