Compartir a través de


IEntityTypeManagement.GetClass Method (Guid)

Gets a management pack class by using an identifier.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

'Usage
Dim instance As IEntityTypeManagement
Dim id As Guid
Dim returnValue As ManagementPackClass

returnValue = instance.GetClass(id)

Syntax

'Declaration
Function GetClass ( _
    id As Guid _
) As ManagementPackClass
ManagementPackClass GetClass (
    Guid id
)
ManagementPackClass^ GetClass (
    Guid id
)
ManagementPackClass GetClass (
    Guid id
)
function GetClass (
    id : Guid
) : ManagementPackClass

Parameters

  • id
    The unique identifier of the class.

Return Value

The management pack class.

Exceptions

Exception type Condition
ObjectNotFoundException

The ManagementPackCategory type that is identified by the id parameter was not found.

Thread Safety

This method is thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

IEntityTypeManagement Interface
IEntityTypeManagement Members
Microsoft.EnterpriseManagement Namespace