ReportingService2010.SetSystemPolicies Method
SQL Server 2012
Sets the system policy that defines groups and associated roles. This only applies to native mode.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] [<SoapHeaderAttribute("TrustedUserHeaderValue")>] [<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetSystemPolicies", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>] member SetSystemPolicies : Policies:Policy[] -> unit
Parameters
- Policies
- Type: ReportService2010.Policy[]
An array of Policy objects that lists the policies to set for the system.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | UpdateSystemSecurityPolicy (System) |
SharePoint Mode Required Permissions |
This method throws an OperationNotSupportedSharePointMode exception when invoked in SharePont mode.
