BufferColumn.DataType Field

Specifies the DataType of the value stored in the PipelineBuffer column. This field is not CLS-compliant.

命名空間: Microsoft.SqlServer.Dts.Pipeline
組件: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

語法

'宣告
Public DataType As DataType
public DataType DataType
public:
DataType DataType
public 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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

BufferColumn Structure
BufferColumn Members
Microsoft.SqlServer.Dts.Pipeline Namespace