SetPolicies Method
SQL Server 2000
ReportingService.SetPolicies Method
Sets the policies that are associated with a specified item.
Public Sub SetPolicies( _ ByVal Item As String _ ByVal Policies() As [Namespace].Policy _ ) Member of [Namespace].ReportingService
public void SetPolicies( string Item, [Namespace].Policy[] Policies ); Member of [Namespace].ReportingService
Parameters
- Item
- The full path name of the item.
- Policies
- An array of Policy[] objects that contains the groups and roles to set for the specified item.
Permissions
| Operation | Description |
|---|---|
| Update Security Policies | Required for adding or editing policies on a catalog item. |