ReportingService2010.GetRoleProperties Method
SQL Server 2008 R2
Returns role information and a collection of associated tasks.
Assembly: ReportService2010 (in ReportService2010.dll)
[SoapHeaderAttribute("TrustedUserHeaderValue")] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetRoleProperties", 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)] public string[] GetRoleProperties( string Name, string SiteUrl, out string Description )
Parameters
- Name
- Type: System.String
The name of the role.
- SiteUrl
- Type: System.String
The fully qualified URL for the SharePoint site.
Set this parameter to null (Nothing in Visual Basic) when invoking this method in Native mode.
- Description
- Type: System.String%
[out] The description of the role.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | ReadRoleProperties (System) |
SharePoint Mode Required Permissions | ManagePermissions() |
This method throws an rsUnsupportedParameterForModeException exception if a non-null value is specified for the SiteUrl parameter in Native mode.