Compartir a través de


IDTSExternalMetadataColumn100.DataType Propiedad

Gets or sets the DataType of the column.

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

Sintaxis

'Declaración
Property DataType As DataType 
    Get 
    Set
'Uso
Dim instance As IDTSExternalMetadataColumn100 
Dim value As DataType 

value = instance.DataType

instance.DataType = value
DataType DataType { get; set; }
property DataType DataType {
    DataType get ();
    void set (DataType value);
}
abstract DataType : DataType with get, set
function get DataType () : DataType 
function set DataType (value : DataType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType
A value from the DataType enumeration that indicates the type of data stored in the column.

Comentarios

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

Vea también

Referencia

IDTSExternalMetadataColumn100 Interfaz

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