ReportingService2005.ListRoles(SecurityScopeEnum) 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 names and descriptions of roles that the report server manages.
public:
cli::array <ReportService2005::Role ^> ^ ListRoles(ReportService2005::SecurityScopeEnum SecurityScope);
public ReportService2005.Role[] ListRoles (ReportService2005.SecurityScopeEnum SecurityScope);
member this.ListRoles : ReportService2005.SecurityScopeEnum -> ReportService2005.Role[]
Public Function ListRoles (SecurityScope As SecurityScopeEnum) As Role()
Parameters
- SecurityScope
- SecurityScopeEnum
A SecurityScopeEnum value specifying the security scope for the items to return.
Returns
Role[]
An array of Role objects that contains a collection of information about roles, filtered by the supplied SecurityScopeEnum value.
Remarks
The table below shows header and permissions information on this operation.
SOAP Headers | (Out) ServerInfoHeaderValue |
Required Permissions | None |