DimensionPermissionCollection.GetByRole Method

Gets the DimensionPermission with the specified role identifier from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
public DimensionPermission GetByRole(
    string roleId
)

Parameters

Return Value

Type: Microsoft.AnalysisServices.DimensionPermission
The DimensionPermission if it is contained in the collection.

Exceptions

Exception Condition
ItemNotFoundException

roleID is not contained by the collection.

See Also

Reference

DimensionPermissionCollection Class

Microsoft.AnalysisServices Namespace