BufferColumn.DataType Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the DataType of the value stored in the PipelineBuffer column.
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
Field Value
Remarks
The DataType field is especially important for buffer columns when writing data to the column. The DataType of the value assigned to the column must correspond to the data type the PipelineBuffer expects for that column.