DataType 欄位

Specifies the DataType of the value stored in the PipelineBuffer column.

命名空間:  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

備註

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.