Compartilhar via


AccessRightsQueryOptions.AddProjectionComponent Method (IComposableProjection, AccessRightsRetrievalBehavior)

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

Adds the object projection component for which you want access rights using the specified projection component and option parameters.

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

Usage

'Usage
Dim instance As AccessRightsQueryOptions
Dim projectionComponent As IComposableProjection
Dim option As AccessRightsRetrievalBehavior

instance.AddProjectionComponent(projectionComponent, option)

Syntax

'Declaration
Public Sub AddProjectionComponent ( _
    projectionComponent As IComposableProjection, _
    option As AccessRightsRetrievalBehavior _
)
public void AddProjectionComponent (
    IComposableProjection projectionComponent,
    AccessRightsRetrievalBehavior option
)
public:
void AddProjectionComponent (
    IComposableProjection^ projectionComponent, 
    AccessRightsRetrievalBehavior option
)
public void AddProjectionComponent (
    IComposableProjection projectionComponent, 
    AccessRightsRetrievalBehavior option
)
public function AddProjectionComponent (
    projectionComponent : IComposableProjection, 
    option : AccessRightsRetrievalBehavior
)

Parameters

  • projectionComponent
    The object projection component for which you want access rights.
  • option
    The option to indicate if access rights are required for properties.

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

AccessRightsQueryOptions Class
AccessRightsQueryOptions Members
Microsoft.EnterpriseManagement.Common Namespace