Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 FindByRole ( _
roleId As String _
) As CubePermission
'Usage
Dim instance As CubePermissionCollection
Dim roleId As String
Dim returnValue As CubePermission
returnValue = instance.FindByRole(roleId)
public CubePermission FindByRole(
string roleId
)
public:
CubePermission^ FindByRole(
String^ roleId
)
member FindByRole :
roleId:string -> CubePermission
public function FindByRole(
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; otherwise, a null reference (Nothing in Visual Basic).