Класс Policy
Represents groups and users and their roles, which are associated with items in the report server database.
Иерархия наследования
System. . :: . .Object
ReportService2005..::..Policy
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.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 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
GroupUserName | The name of a group or user. | |
Roles | The roles that are associated with a 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.