Метод CubePermissionCollection.GetByRole
Gets the CubePermission, with the specified role identifier, from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function GetByRole ( _
roleId As String _
) As CubePermission
'Применение
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
Параметры
- roleId
Тип: System.String
The identifier of the role for the CubePermission to be returned.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.CubePermission
The CubePermission, if it is contained in the collection.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | roleID is not contained by the collection. |