GetByRole méthode
Gets the CubePermission, with the specified role identifier, from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function GetByRole ( _
roleId As String _
) As CubePermission
'Utilisation
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
Paramètres
- roleId
Type : System. . :: . .String
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .CubePermission
The CubePermission, if it is contained in the collection.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | roleID is not contained by the collection. |