Metodo DimensionPermissionCollection.GetByRole
Gets the DimensionPermission with the specified role identifier from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function GetByRole ( _
roleId As String _
) As DimensionPermission
'Utilizzo
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
Parametri
- roleId
Tipo: System.String
The identifier of the role for the DimensionPermission to be returned.
Valore restituito
Tipo: Microsoft.AnalysisServices.DimensionPermission
The DimensionPermission if it is contained in the collection.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | roleID is not contained by the collection. |