IUIObjectMetadata.TryGetType(String, IUIObjectTypeInfo) 메서드

정의

지정한 유형 이름과 네임스페이스 이름을 사용하여 이 항목 컬렉션에서 EDM(엔터티 데이터 모델) 유형 개체를 반환합니다.

public:
 bool TryGetType(System::String ^ typeKey, [Runtime::InteropServices::Out] Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IUIObjectTypeInfo ^ % typeInfo);
public bool TryGetType (string typeKey, out Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUIObjectTypeInfo typeInfo);
abstract member TryGetType : string * IUIObjectTypeInfo -> bool
Public Function TryGetType (typeKey As String, ByRef typeInfo As IUIObjectTypeInfo) As Boolean

매개 변수

typeKey
String

유형에서 사용되는 키입니다.

typeInfo
IUIObjectTypeInfo

유형에 대한 정보입니다.

반환

검색 조건과 일치하는 유형이 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상