Share via


ManagedHelper.TryGetExtensionUITypeEditorMappingInfo Méthode

Définition

Retourne une valeur pour gérer l’éditeur de type d’interface utilisateur d’extension pour les informations de mappage.

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

Paramètres

type
DTS_MANAGED_INFO_TYPE

Informations des types de données gérés.

identifier
String

L'identificateur.

name
String

Nom.

mapInfo
DTS_EXTENSION_MAPPING_INFO

Informations de mappage.

Retours

Boolean

true pour gérer l’éditeur de type d’interface utilisateur d’extension pour les informations de mappage ; Faux.

S’applique à