DimensionPermissionCollection.FindByRole Method
Gets the DimensionPermission with the specified role identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function FindByRole ( _
roleId As String _
) As DimensionPermission
'Usage
Dim instance As DimensionPermissionCollection
Dim roleId As String
Dim returnValue As DimensionPermission
returnValue = instance.FindByRole(roleId)
public DimensionPermission FindByRole(
string roleId
)
public:
DimensionPermission^ FindByRole(
String^ roleId
)
member FindByRole :
roleId:string -> DimensionPermission
public function FindByRole(
roleId : String
) : DimensionPermission
Parameters
- roleId
Type: System.String
The identifier of the role for the DimensionPermission to be returned.
Return Value
Type: Microsoft.AnalysisServices.DimensionPermission
The DimensionPermission if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).