Méthode DatabasePermissionCollection.GetByRole
Gets the DatabasePermission, with the specified role identifier, from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function GetByRole ( _
roleId As String _
) As DatabasePermission
'Utilisation
Dim instance As DatabasePermissionCollection
Dim roleId As String
Dim returnValue As DatabasePermission
returnValue = instance.GetByRole(roleId)
public DatabasePermission GetByRole(
string roleId
)
public:
DatabasePermission^ GetByRole(
String^ roleId
)
member GetByRole :
roleId:string -> DatabasePermission
public function GetByRole(
roleId : String
) : DatabasePermission
Paramètres
- roleId
Type : System.String
The identifier of the role for the DatabasePermission to be returned.
Valeur de retour
Type : Microsoft.AnalysisServices.DatabasePermission
The DatabasePermission if it is contained in the collection.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | roleID is not contained by the collection. |