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。False。

適用対象