ManagedHelper.TryGetExtensionUITypeEditorMappingInfoByCreationName 方法

定義

傳回值,以透過建立名稱來管理對應資訊的延伸模組 UI 類型編輯器。

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

參數

creationName
String

要建立的名稱。

name
String

名稱。

mapInfo
DTS_EXTENSION_MAPPING_INFO

對應資訊。

傳回

Boolean

true 表示藉由建立名稱來管理對應資訊的延伸模組 UI 類型編輯器;否則為 false。

適用於