Linguaggio

ManagedHelper.TryGetExtensionTypeConverterMappingInfo Metodo

Definizione

Restituisce un valore per gestire il convertitore di tipo di estensione per le informazioni di mappatura.

public:
 bool TryGetExtensionTypeConverterMappingInfo(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 TryGetExtensionTypeConverterMappingInfo(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.TryGetExtensionTypeConverterMappingInfo : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE * string * string * DTS_EXTENSION_MAPPING_INFO -> bool
Public Function TryGetExtensionTypeConverterMappingInfo (type As DTS_MANAGED_INFO_TYPE, identifier As String, name As String, ByRef mapInfo As DTS_EXTENSION_MAPPING_INFO) As Boolean

Parametri

type
DTS_MANAGED_INFO_TYPE

Le informazioni sui tipi di dati gestiti.

identifier
String

Identificatore.

name
String

Nome.

mapInfo
DTS_EXTENSION_MAPPING_INFO

Le informazioni sulla mappatura.

Valori restituiti

Fedele alla gestione del convertitore di tipo di estensione per le informazioni di mappatura; altrimenti, falso.

Si applica a