ManagedHelper.TryGetExtensionUITypeEditorMappingInfoByCreationName Metodo

Definizione

Restituisce un valore per gestire l'editor di tipo dell'interfaccia utente di estensione per le informazioni di mapping mediante la creazione di un nome.

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

Parametri

creationName
String

Nome da creare.

name
String

Nome.

mapInfo
DTS_EXTENSION_MAPPING_INFO

Informazioni di mapping.

Restituisce

Boolean

true per gestire l'editor dei tipi di interfaccia utente dell'estensione per le informazioni di mapping creando un nome; in caso contrario, false.

Si applica a