语言

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

地图信息。

返回

true以管理扩展界面类型编辑器,通过创建名称来管理映射信息;否则,就是假的。

适用于