BufferColumn.DataType Field

Definition

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.

Applies to