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。

适用于