Compartilhar via


IDTSExternalMetadataColumn100.DataType Propriedade

Definição

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DataType DataType { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DataType get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DataType value); };
[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)] 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.Sql2012.DataType with get, set
Public Property DataType As DataType

Valor da propriedade

Um valor da enumeração DataType que indica o tipo de dados armazenados na coluna.

Atributos

Comentários

O DataType representa os dados contidos na coluna durante a execução do componente.

Aplica-se a