tagBUFFERCOL.DataType Field

Definition

Specifies the data type of the value contained in the 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

This field contains a value from the DataType enumeration and determines the type of data stored in a buffer column.

Applies to