Share via


ManagedHelper.GetExtensionMappingInfoByCreationName Méthode

Définition

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

Boolean

true pour gérer l’extension en créant un nom pour les informations de mappage ; sinon, false.

Implémente

S’applique à