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.

적용 대상