ManagedHelper.TryGetExtensionTypeConverterMappingInfo 方法

定義

傳回值,以管理對應資訊的擴充功能類型轉換器。

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

參數

type
DTS_MANAGED_INFO_TYPE

Managed 資料類型資訊。

identifier
String

識別碼。

name
String

名稱。

mapInfo
DTS_EXTENSION_MAPPING_INFO

對應資訊。

傳回

Boolean

true 表示管理對應資訊的延伸類型轉換子;否則為 false。

適用於