ManagedHelper.TryGetExtensionUITypeEditorMappingInfo Methode

Definition

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

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

Parameter

type
DTS_MANAGED_INFO_TYPE

Die verwalteten Datentypinformationen

identifier
String

Der Bezeichner.

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; FALSE.

Gilt für: