语言

BufferColumn.DataType 字段

定义

指定列中存储PipelineBuffer值的 。DataType

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

适用于