ManagedHelper.TryGetExtensionTypeConverterMappingInfoByCreationName 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 une valeur pour gérer le convertisseur de type d’extension pour les informations de mappage en créant un nom.
public:
bool TryGetExtensionTypeConverterMappingInfoByCreationName(System::String ^ creationName, System::String ^ name, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_EXTENSION_MAPPING_INFO % mapInfo);
public bool TryGetExtensionTypeConverterMappingInfoByCreationName (string creationName, string name, out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_EXTENSION_MAPPING_INFO mapInfo);
member this.TryGetExtensionTypeConverterMappingInfoByCreationName : string * string * DTS_EXTENSION_MAPPING_INFO -> bool
Public Function TryGetExtensionTypeConverterMappingInfoByCreationName (creationName As String, name As String, ByRef mapInfo As DTS_EXTENSION_MAPPING_INFO) As Boolean
Paramètres
- creationName
- String
Nom à créer.
- name
- String
Nom.
- mapInfo
- DTS_EXTENSION_MAPPING_INFO
Informations de mappage.
Retours
true pour gérer le convertisseur de type d’extension pour les informations de mappage en créant un nom ; sinon, false.