IUIObjectMetadata.GetType(String) Method

Definition

Retrieves the type of the current instance of an object.

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

Parameters

typeKey
String

The specified type.

Returns

Returns the type of the current instance of an object.

Applies to