Класс Policy
Represents groups and users and their roles, which are associated with items in a report server database or SharePoint library.
Иерархия наследования
System.Object
ReportService2010.Policy
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class Policy
'Применение
Dim instance As Policy
[SerializableAttribute]
public class Policy
[SerializableAttribute]
public ref class Policy
[<SerializableAttribute>]
type Policy = class end
public class Policy
Тип Policy обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
Policy | Initializes a new instance of the Policy class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
GroupUserName | Gets or sets the name of a group or user. | |
Roles | Gets or sets the roles associated with the group or user. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
A Policy object is returned as output by the GetPolicies method and is passed as input to the SetPolicies method.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.