ReportingService2005.GetSystemPolicies Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the system policies, including groups and associated roles.
public:
cli::array <ReportService2005::Policy ^> ^ GetSystemPolicies();
public ReportService2005.Policy[] GetSystemPolicies ();
member this.GetSystemPolicies : unit -> ReportService2005.Policy[]
Public Function GetSystemPolicies () As Policy()
Returns
Policy[]
An array of Policy objects that contains information about groups and their associated roles.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers | (Out) ServerInfoHeaderValue |
Required Permissions | ReadSystemSecurityPolicy (System) |