Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the CubePermission, with the specified role identifier, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function GetByRole ( _
roleId As String _
) As CubePermission
'Usage
Dim instance As CubePermissionCollection
Dim roleId As String
Dim returnValue As CubePermission
returnValue = instance.GetByRole(roleId)
public CubePermission GetByRole(
string roleId
)
public:
CubePermission^ GetByRole(
String^ roleId
)
member GetByRole :
roleId:string -> CubePermission
public function GetByRole(
roleId : String
) : CubePermission
Parameters
- roleId
Type: System.String
The identifier of the role for the CubePermission to be returned.
Return Value
Type: Microsoft.AnalysisServices.CubePermission
The CubePermission, if it is contained in the collection.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | roleID is not contained by the collection. |