Compartir a través de


DataType Propiedad

Gets the DataType of a column.

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

Sintaxis

'Declaración
ReadOnly Property DataType As DataType
    Get
'Uso
Dim instance As IDTSInputColumn100
Dim value As DataType

value = instance.DataType
DataType DataType { get; }
property DataType DataType {
    DataType get ();
}
abstract DataType : DataType
function get DataType () : DataType

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .DataType
A value from the DataType enumeration.

Notas

The DataType represents the data contained in the column during execution of the component.