ReportingService2005.SetRoleProperties Method
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Sets role properties and associates a collection of tasks with a specified role.
Syntax
'Declaration
Public Sub SetRoleProperties ( _
Name As String, _
Description As String, _
Tasks As Task() _
)
public void SetRoleProperties (
string Name,
string Description,
Task[] Tasks
)
public:
void SetRoleProperties (
String^ Name,
String^ Description,
array<Task^>^ Tasks
)
public void SetRoleProperties (
String Name,
String Description,
Task[] Tasks
)
public function SetRoleProperties (
Name : String,
Description : String,
Tasks : Task[]
)
Parameters
- Name
The name of the role for which to set properties.
- Description
Optional. A description of the role.
- Tasks
An array of Task objects that represents the tasks to set for the role.
Remarks
When you use the SetRoleProperties method to change role properties, groups, users, and policies that are assigned to the role are affected.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
See Also
Reference
ReportingService2005 Class
ReportingService2005 Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace