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

지정된 형식입니다.

반품

객체의 현재 인스턴스 타입을 반환합니다.

적용 대상