Compartir a través de


Campo tagBUFFERCOL.DataType

Specifies the data type of the value contained in the column.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Public DataType As DataType
'Uso
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

Comentarios

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

Vea también

Referencia

tagBUFFERCOL Estructura

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper