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