Share via


ManagedHelper.TryGetExtensionTypeConverterMappingInfoByCreationName Méthode

Définition

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

Boolean

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

S’applique à