Méthode DimensionPermissionCollection.GetByRole
Gets the DimensionPermission 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 DimensionPermission
'Utilisation
Dim instance As DimensionPermissionCollection
Dim roleId As String
Dim returnValue As DimensionPermission
returnValue = instance.GetByRole(roleId)
public DimensionPermission GetByRole(
string roleId
)
public:
DimensionPermission^ GetByRole(
String^ roleId
)
member GetByRole :
roleId:string -> DimensionPermission
public function GetByRole(
roleId : String
) : DimensionPermission
Paramètres
- roleId
Type : System.String
The identifier of the role for the DimensionPermission to be returned.
Valeur de retour
Type : Microsoft.AnalysisServices.DimensionPermission
The DimensionPermission if it is contained in the collection.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | roleID is not contained by the collection. |