ReportingService2010.SetSystemPolicies Method (Policy())
Sets the system policy that defines groups and associated roles. This only applies to native mode.
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)> Public Sub SetSystemPolicies ( Policies As Policy() )
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.
Show: