Compartir a través de


ReportingService2005.SetRoleProperties Método

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

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Sub SetRoleProperties ( _
    Name As String, _
    Description As String, _
    Tasks As Task() _
)
'Uso
Dim instance As ReportingService2005 
Dim Name As String 
Dim Description As String 
Dim Tasks As Task()

instance.SetRoleProperties(Name, Description, _
    Tasks)
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 function SetRoleProperties(
    Name : String, 
    Description : String, 
    Tasks : Task[]
)

Parámetros

  • Name
    Tipo: System.String
    The name of the role for which to set properties.
  • Description
    Tipo: System.String
    Optional. A description of the role.

Comentarios

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.

Vea también

Referencia

ReportingService2005 Clase

Espacio de nombres ReportService2005