Partager via


IEntityObjectsManagement.PopulateObjectProjectionAccessRights Method

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Populates access rights in projection components based on the specified access rights query options.

Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim instance As IEntityObjectsManagement
Dim managementGroup As EnterpriseManagementGroup
Dim acessRightsOptions As AccessRightsQueryOptions

instance.PopulateObjectProjectionAccessRights(managementGroup, acessRightsOptions)

Syntax

'Declaration
Sub PopulateObjectProjectionAccessRights ( _
    managementGroup As EnterpriseManagementGroup, _
    acessRightsOptions As AccessRightsQueryOptions _
)
void PopulateObjectProjectionAccessRights (
    EnterpriseManagementGroup managementGroup,
    AccessRightsQueryOptions acessRightsOptions
)
void PopulateObjectProjectionAccessRights (
    EnterpriseManagementGroup^ managementGroup, 
    AccessRightsQueryOptions^ acessRightsOptions
)
void PopulateObjectProjectionAccessRights (
    EnterpriseManagementGroup managementGroup, 
    AccessRightsQueryOptions acessRightsOptions
)
function PopulateObjectProjectionAccessRights (
    managementGroup : EnterpriseManagementGroup, 
    acessRightsOptions : AccessRightsQueryOptions
)

Parameters

  • managementGroup
    The management group.
  • acessRightsOptions
    The access rights query options based on which this method populates access rights.

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