IDTSExternalMetadataColumn100.DataType Propiedad

Definición

Obtiene o establece la enumeración DataType de la columna.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType DataType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType value); };
[System.Runtime.InteropServices.DispId(101)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType DataType { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.DataType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType with get, set
Public Property DataType As DataType

Valor de propiedad

Un valor de la enumeración DataType que indica el tipo de datos almacenados en la columna.

Atributos

Comentarios

DataType representa los datos contenidos en la columna durante la ejecución del componente.

Se aplica a