ManagedHelper.TryGetExtensionTypeConverterMappingInfoByCreationName 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,透過建立名稱來管理對應資訊的擴充功能類型轉換器。
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 表示藉由建立名稱來管理對應資訊的擴充功能類型轉換器;否則為 false。