ReportingService2010.ListRoles Method
SQL Server 2008 R2
Returns the names and descriptions of roles for a given SharePoint site.
Assembly: ReportService2010 (in ReportService2010.dll)
'Declaration <SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListRoles", 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 ListRoles ( _ SecurityScope As String, _ SiteUrl As String _ ) As Role() 'Usage Dim instance As ReportingService2010 Dim SecurityScope As String Dim SiteUrl As String Dim returnValue As Role() returnValue = instance.ListRoles(SecurityScope, _ SiteUrl)
Parameters
- SecurityScope
- Type: System.String
The security scope for the items to return. For valid security scopes, see ListSecurityScopes.
- SiteUrl
- Type: System.String
The fully qualified URL for the SharePoint site.
Set this parameter to Nothing (Nothing in Visual Basic) when invoking this method in Native mode.
Return Value
Type: ReportService2010.Role()An array of Role objects that contain information about roles for the given site, filtered by the supplied SecurityScope parameter.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | None |
SharePoint Mode Required Permissions | None |
This method throws an rsUnsupportedParameterForModeException exception if a non-null value is specified for the SiteUrl parameter in Native mode.
