IDTSInputColumn100.DataType Propiedad

Definición

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

Valor de propiedad

Un valor de la enumeración DataType.

Atributos

Comentarios

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

Se aplica a