다음을 통해 공유


IUIObjectMetadata.GetType 메서드

Retrieves the type of the current instance of an object.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Function GetType ( _
    typeKey As String _
) As IUIObjectTypeInfo
‘사용 방법
Dim instance As IUIObjectMetadata 
Dim typeKey As String 
Dim returnValue As IUIObjectTypeInfo 

returnValue = instance.GetType(typeKey)
IUIObjectTypeInfo GetType(
    string typeKey
)
IUIObjectTypeInfo^ GetType(
    String^ typeKey
)
abstract GetType : 
        typeKey:string -> IUIObjectTypeInfo
function GetType(
    typeKey : String
) : IUIObjectTypeInfo

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUIObjectTypeInfo
Returns the type of the current instance of an object.

참고 항목

참조

IUIObjectMetadata 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스