Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the system policies, including groups and associated roles.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Function GetSystemPolicies As Policy()
'Usage
Dim instance As ReportingService2005
Dim returnValue As Policy()
returnValue = instance.GetSystemPolicies()
public Policy[] GetSystemPolicies()
public:
array<Policy^>^ GetSystemPolicies()
member GetSystemPolicies : unit -> Policy[]
public function GetSystemPolicies() : Policy[]
Return Value
Type: array<ReportService2005.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) |