ManagedHelper.TryGetExtensionUITypeEditorMappingInfo 方法

定义

返回一个值,该值用于管理映射信息的扩展 UI 类型编辑器。

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

参数

type
DTS_MANAGED_INFO_TYPE

托管数据类型信息。

identifier
String

标识符。

name
String

名称。

mapInfo
DTS_EXTENSION_MAPPING_INFO

映射信息。

返回

Boolean

若要管理映射信息的扩展 UI 类型编辑器,则为 true;假。

适用于