ReportingService2010.GetRoleProperties Method
SQL Server 2012
Returns role information and a collection of associated tasks.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
public function GetRoleProperties( Name : String, SiteUrl : String, Description : String ) : String[]
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 a null reference (Nothing in Visual Basic) (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 |
This method throws an rsUnsupportedParameterForModeException exception if a non-null value is specified for the SiteUrl parameter in Native mode.
