言語

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は、マッピング情報の拡張UIタイプエディタを名前作成で管理するために使います。そうでなければ、誤りです。

適用対象