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