Linguaggio

ManagedHelper.GetExtensionMappingInfo Metodo

Definizione

Restituisce un valore per gestire l'estensione delle informazioni di mappatura.

public:
 virtual bool GetExtensionMappingInfo(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_MANAGED_INFO_TYPE type, System::String ^ identifier, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_EXTENSION_MAPPING_INFO % mapInfo);
public bool GetExtensionMappingInfo(Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE type, string identifier, out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_EXTENSION_MAPPING_INFO mapInfo);
abstract member GetExtensionMappingInfo : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE * string * DTS_EXTENSION_MAPPING_INFO -> bool
override this.GetExtensionMappingInfo : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO_TYPE * string * DTS_EXTENSION_MAPPING_INFO -> bool
Public Function GetExtensionMappingInfo (type As DTS_MANAGED_INFO_TYPE, identifier 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.

mapInfo
DTS_EXTENSION_MAPPING_INFO

Le informazioni sulla mappatura.

Valori restituiti

Fedele alla gestione dell'estensione per le informazioni di mappatura; altrimenti, falso.

Implementazioni

Si applica a