DTP_BUFFCOL.DataType 字段

Specifies the data type of the values stored in a buffer column.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Public DataType As DataType
用法
Dim instance As DTP_BUFFCOL 
Dim value As DataType 

value = instance.DataType 

instance.DataType = value
public DataType DataType
public:
DataType DataType
val mutable DataType: DataType
public var DataType : DataType

注释

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

请参阅

参考

DTP_BUFFCOL 结构

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间