BufferColumn.DataType 字段

定义

指定存储在 DataType 列中的值的 PipelineBuffer

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 

字段值

注解

将数据写入列时,该 DataType 字段对于缓冲区列尤其重要。 DataType分配给列的值必须与该列所需的数据类型PipelineBuffer相对应。

适用于