AccessRightsQueryOptions.AddProjectionComponent Method (IComposableProjection, ManagementPackRelationshipEndpoint, 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 a relationship with or without property rights.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As AccessRightsQueryOptions
Dim projectionComponent As IComposableProjection
Dim relEndpt As ManagementPackRelationshipEndpoint
Dim option As AccessRightsRetrievalBehavior
instance.AddProjectionComponent(projectionComponent, relEndpt, option)
Syntax
'Declaration
Public Sub AddProjectionComponent ( _
projectionComponent As IComposableProjection, _
relEndpt As ManagementPackRelationshipEndpoint, _
option As AccessRightsRetrievalBehavior _
)
public void AddProjectionComponent (
IComposableProjection projectionComponent,
ManagementPackRelationshipEndpoint relEndpt,
AccessRightsRetrievalBehavior option
)
public:
void AddProjectionComponent (
IComposableProjection^ projectionComponent,
ManagementPackRelationshipEndpoint^ relEndpt,
AccessRightsRetrievalBehavior option
)
public void AddProjectionComponent (
IComposableProjection projectionComponent,
ManagementPackRelationshipEndpoint relEndpt,
AccessRightsRetrievalBehavior option
)
public function AddProjectionComponent (
projectionComponent : IComposableProjection,
relEndpt : ManagementPackRelationshipEndpoint,
option : AccessRightsRetrievalBehavior
)
Parameters
- projectionComponent
The object projection component for which you want access rights.
- relEndpt
The endpoint of the relationship 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