ManagedHelper.TryGetExtensionUITypeEditorMappingInfoByCreationName Methode

Definition

Gibt einen Wert zurück, um den Erweiterungstypeditor für die Benutzeroberfläche für die Zuordnungsinformationen zu verwalten, indem ein Namen erstellt wird

public:
 bool TryGetExtensionUITypeEditorMappingInfoByCreationName(System::String ^ creationName, System::String ^ name, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_EXTENSION_MAPPING_INFO % mapInfo);
public bool TryGetExtensionUITypeEditorMappingInfoByCreationName (string creationName, string name, out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_EXTENSION_MAPPING_INFO mapInfo);
member this.TryGetExtensionUITypeEditorMappingInfoByCreationName : string * string * DTS_EXTENSION_MAPPING_INFO -> bool
Public Function TryGetExtensionUITypeEditorMappingInfoByCreationName (creationName As String, name As String, ByRef mapInfo As DTS_EXTENSION_MAPPING_INFO) As Boolean

Parameter

creationName
String

Der zu erstellende Name

name
String

Der Name.

mapInfo
DTS_EXTENSION_MAPPING_INFO

Die Zuordnungsinformationen

Gibt zurück

Boolean

true zum Verwalten des Erweiterungs-UI-Typ-Editors für die Zuordnungsinformationen durch Erstellen eines Namens; andernfalls "false".

Gilt für: