ReportingService2005.SetRoleProperties Method (String, String, Task )

 

Applies To: SQL Server 2016 Preview

Sets role properties and associates a collection of tasks with a specified role.

Namespace:   ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

public void SetRoleProperties(
    string Name,
    string Description,
    Task[] Tasks
)
public:
void SetRoleProperties(
    String^ Name,
    String^ Description,
    array<Task^>^ Tasks
)
member SetRoleProperties : 
        Name:string *
        Description:string *
        Tasks:Task[] -> unit
Public Sub SetRoleProperties (
    Name As String,
    Description As String,
    Tasks As Task()
)

Parameters

  • Name
    Type: System.String

    The name of the role for which to set properties.

  • Description
    Type: System.String

    Optional. A description of the role.

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers

(In) BatchHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

UpdateRoleProperties (System)

When you use the SetRoleProperties method to change role properties, groups, users, and policies that are assigned to the role are affected.

See Also

ReportingService2005 Class
ReportService2005 Namespace

Return to top