Compartilhar via


Campo DTP_BUFFCOL.DataType

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
Public DataType As DataType
'Uso
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

Comentários

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

Consulte também

Referência

DTP_BUFFCOL Estrutura

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper