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

名前を作成してマッピング情報の拡張 UI 型エディターを管理する場合は true。それ以外の場合は false。

適用対象