DimensionPermissionCollection.GetByRole Method (String)

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public DimensionPermission GetByRole(
    string roleId
)
public:
DimensionPermission^ GetByRole(
    String^ roleId
)
member GetByRole : 
        roleId:string -> DimensionPermission
Public Function GetByRole (
    roleId As String
) As DimensionPermission

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

DimensionPermissionCollection Class
Microsoft.AnalysisServices Namespace

Return to top