ManagedHelper.TryGetExtensionTypeConverterMappingInfo Método

Definição

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

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

Parâmetros

type
DTS_MANAGED_INFO_TYPE

As informações de tipo de dados gerenciados.

identifier
String

O identificador.

name
String

O nome.

mapInfo
DTS_EXTENSION_MAPPING_INFO

As informações de mapeamento.

Retornos

Boolean

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

Aplica-se a