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.