ManagedHelper.TryGetExtensionTypeConverterMappingInfoByCreationName 方法

定義

回傳一個值,透過建立名稱來管理映射資訊的擴充型態轉換器。

public:
 bool TryGetExtensionTypeConverterMappingInfoByCreationName(System::String ^ creationName, System::String ^ name, [Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_EXTENSION_MAPPING_INFO % mapInfo);
public bool TryGetExtensionTypeConverterMappingInfoByCreationName(string creationName, string name, out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_EXTENSION_MAPPING_INFO mapInfo);
member this.TryGetExtensionTypeConverterMappingInfoByCreationName : string * string * DTS_EXTENSION_MAPPING_INFO -> bool
Public Function TryGetExtensionTypeConverterMappingInfoByCreationName (creationName As String, name As String, ByRef mapInfo As DTS_EXTENSION_MAPPING_INFO) As Boolean

參數

creationName
String

要創造的名字。

name
String

名稱。

mapInfo
DTS_EXTENSION_MAPPING_INFO

地圖資訊。

傳回

true,透過建立名稱來管理映射資訊的擴充類型轉換器;否則,則為錯誤。

適用於