Класс Role
Represents a role for use in Службы Reporting Services security.
Иерархия наследования
System.Object
ReportService2010.Role
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class Role
'Применение
Dim instance As Role
[SerializableAttribute]
public class Role
[SerializableAttribute]
public ref class Role
[<SerializableAttribute>]
type Role = class end
public class Role
Тип Role обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
Role | Initializes a new instance of the Role class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Description | Gets or sets the description of the role. | |
Name | Gets or sets the name of the role. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
A Role object is returned as output by the ListRoles method.
Use the Role class together with the Roles property of the Policy class.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.