Expand Minimize
0 out of 1 rated this helpful - Rate this topic

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.

See Also

ReportingService Class

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.