Compartir a través de


IEntityObjectsManagement.GetObjectProjectionWithAccessRights Generic Method

Gets an object projection along with property and relationship access rights of the projection by using an identifier.

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

Usage

'Usage
Dim instance As IEntityObjectsManagement
Dim seedId As Guid
Dim typeProjection As ManagementPackTypeProjection
Dim returnValue As EnterpriseManagementObjectProjection

returnValue = instance.GetObjectProjectionWithAccessRights(seedId, typeProjection)

Syntax

'Declaration
Function GetObjectProjectionWithAccessRights(Of T As EnterpriseManagementObject) ( _
    seedId As Guid, _
    typeProjection As ManagementPackTypeProjection _
) As EnterpriseManagementObjectProjection
EnterpriseManagementObjectProjection GetObjectProjectionWithAccessRights<T> (
    Guid seedId,
    ManagementPackTypeProjection typeProjection
) where T : EnterpriseManagementObject
generic<typename T> where T : EnterpriseManagementObject
EnterpriseManagementObjectProjection^ GetObjectProjectionWithAccessRights (
    Guid seedId, 
    ManagementPackTypeProjection^ typeProjection
)

GenericParameters

Parameters

  • seedId
    Type: Guid

    The unique identifier of the object to get.

Return Value

Type: EnterpriseManagementObjectProjection

The object projection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

IEntityObjectsManagement Interface
IEntityObjectsManagement Members
Microsoft.EnterpriseManagement Namespace