Freigeben über


IDTSManagedHelper100.GetExtensionMappingInfoByCreationName Methode

Definition

Ruft die Informationen zur Erweiterungszuordnung mithilfe des Erstellungsnamens ab

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

Parameter

pwszCreationName
String

Der Erstellungsname.

pExtensionMappingInfo
DTS_EXTENSION_MAPPING_INFO

Informationen zur Erweiterungszuordnung

Gibt zurück

Die Erweiterungszuordnungsinformationen

Gilt für: