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

指定的類型。

傳回

回傳物件目前實例的類型。

適用於