ReportingService2010.GetSystemPolicies Method
SQL Server 2012
Returns the system policies, including groups and associated roles. This method only applies to native mode.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
'Declaration <SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetSystemPolicies", 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)> _ <SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _ <SoapHeaderAttribute("TrustedUserHeaderValue")> _ Public Function GetSystemPolicies As Policy() 'Usage Dim instance As ReportingService2010 Dim returnValue As Policy() returnValue = instance.GetSystemPolicies()
Return Value
Type: ReportService2010.Policy()An array of Policy objects that contains information about groups and their associated roles.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | ReadSystemSecurityPolicy (System) |
SharePoint Mode Required Permissions | Not supported |
This method throws an OperationNotSupportedSharePointMode exception when invoked in SharePont mode.
