ApplicationClass.DataTypeInfoFromDataType(DataType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne l'objet DataTypeInfo pour le type de données spécifié.
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSDataTypeInfo100 ^ DataTypeInfoFromDataType(Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType dt) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication130::DataTypeInfoFromDataType;
public:
virtual Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSDataTypeInfo100 ^ DataTypeInfoFromDataType(Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType dt) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication150::DataTypeInfoFromDataType;
[System.Runtime.InteropServices.DispId(26)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfo100 DataTypeInfoFromDataType (Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType dt);
[<System.Runtime.InteropServices.DispId(26)>]
abstract member DataTypeInfoFromDataType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfo100
override this.DataTypeInfoFromDataType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfo100
Public Overridable Function DataTypeInfoFromDataType (dt As DataType) As IDTSDataTypeInfo100
Paramètres
- dt
- DataType
Type de données.
Retours
Objet DataTypeInfo.
Implémente
- Attributs