Policy Class
SQL Server 2000
Represents groups and users and their roles, which are associated with items in the report server database.
Public Class Policy Member of [Namespace]
public class Policy Member of [Namespace]
Public Properties
GroupUserName | The name of a group or user. String. |
Roles | The roles (Role[] objects) that are associated with a group or user. |
Remarks
A Policy object is returned as output by the GetPolicies method and is passed as input to the SetPolicies method.
