ManagedHelper.GetExtensionMappingInfo Método

Definição

Retorna um valor para gerenciar a extensão para as informações de mapeamento.

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

Parâmetros

type
DTS_MANAGED_INFO_TYPE

As informações de tipo de dados gerenciados.

identifier
String

O identificador.

mapInfo
DTS_EXTENSION_MAPPING_INFO

As informações de mapeamento.

Retornos

Boolean

true para gerenciar a extensão para as informações de mapeamento; caso contrário, false.

Implementações

Aplica-se a