IUIObjectMetadata.GetType(String) 메서드

정의

개체의 현재 인스턴스 유형을 검색합니다.

public:
 Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IUIObjectTypeInfo ^ GetType(System::String ^ typeKey);
public Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUIObjectTypeInfo GetType (string typeKey);
abstract member GetType : string -> Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUIObjectTypeInfo
Public Function GetType (typeKey As String) As IUIObjectTypeInfo

매개 변수

typeKey
String

지정된 형식입니다.

반환

개체의 현재 인스턴스 유형을 반환합니다.

적용 대상