DataType 字段
Specifies the data type of the value contained in the column.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Public DataType As DataType
用法
Dim instance As tagBUFFERCOL
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.