Condividi tramite


IDTSExternalMetadataColumn100.DataType Proprietà

Definizione

Ottiene o imposta l'oggetto DataType della colonna.

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

Valore della proprietà

Valore dell'enumerazione DataType che indica il tipo di dati archiviati nella colonna.

Attributi

Commenti

Rappresenta DataType i dati contenuti nella colonna durante l'esecuzione del componente.

Si applica a