Share via


IDTSManagedHelper100.GetExtensionMappingInfoByCreationName Méthode

Définition

Obtient les informations de mappage d’extension à l’aide du nom de création.

public:
 bool GetExtensionMappingInfoByCreationName(System::String ^ pwszCreationName, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_EXTENSION_MAPPING_INFO % pExtensionMappingInfo);
public bool GetExtensionMappingInfoByCreationName (string pwszCreationName, out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_EXTENSION_MAPPING_INFO pExtensionMappingInfo);
abstract member GetExtensionMappingInfoByCreationName : string * DTS_EXTENSION_MAPPING_INFO -> bool
Public Function GetExtensionMappingInfoByCreationName (pwszCreationName As String, ByRef pExtensionMappingInfo As DTS_EXTENSION_MAPPING_INFO) As Boolean

Paramètres

pwszCreationName
String

Nom de création.

pExtensionMappingInfo
DTS_EXTENSION_MAPPING_INFO

Informations de mappage d’extension

Retours

Informations de mappage d’extension.

S’applique à