Share via


IEntityTypeManagement.GetTypeProjection Method (Guid)

Gets a single type projection object from the management group given the supplied unique (type projection) 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 ManagementPackTypeProjection

returnValue = instance.GetTypeProjection(id)

Syntax

'Declaration
Function GetTypeProjection ( _
    id As Guid _
) As ManagementPackTypeProjection
ManagementPackTypeProjection GetTypeProjection (
    Guid id
)
ManagementPackTypeProjection^ GetTypeProjection (
    Guid id
)
ManagementPackTypeProjection GetTypeProjection (
    Guid id
)
function GetTypeProjection (
    id : Guid
) : ManagementPackTypeProjection

Parameters

  • id
    The unique identifier of a type projection.

Return Value

The type projection.

Exceptions

Exception type Condition
ObjectNotFoundException

The ManagementPackTypeProjection 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