Policy Class
Represents groups and users and their roles, which are associated with items in the report server database.
Assembly: ReportService2005 (in ReportService2005.dll)
Name | Description | |
---|---|---|
![]() | Policy() | Initializes a new instance of the Policy class. |
Name | Description | |
---|---|---|
![]() | GroupUserName | The name of a group or user. |
![]() | Roles | The roles that are associated with a group or user. |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
A Policy object is returned as output by the GetPolicies method and is passed as input to the SetPolicies method.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: