ReportingService2005.SetRolePropertiesAsync Método

Definição

Sobrecargas

SetRolePropertiesAsync(String, String, Task[])
SetRolePropertiesAsync(String, String, Task[], Object)

SetRolePropertiesAsync(String, String, Task[])

public:
 void SetRolePropertiesAsync(System::String ^ Name, System::String ^ Description, cli::array <Microsoft::SqlServer::ReportingServices2005::Task ^> ^ Tasks);
public void SetRolePropertiesAsync (string Name, string Description, Microsoft.SqlServer.ReportingServices2005.Task[] Tasks);
member this.SetRolePropertiesAsync : string * string * Microsoft.SqlServer.ReportingServices2005.Task[] -> unit
Public Sub SetRolePropertiesAsync (Name As String, Description As String, Tasks As Task())

Parâmetros

Name
String
Description
String
Tasks
Task[]

Aplica-se a

SetRolePropertiesAsync(String, String, Task[], Object)

public:
 void SetRolePropertiesAsync(System::String ^ Name, System::String ^ Description, cli::array <Microsoft::SqlServer::ReportingServices2005::Task ^> ^ Tasks, System::Object ^ userState);
public void SetRolePropertiesAsync (string Name, string Description, Microsoft.SqlServer.ReportingServices2005.Task[] Tasks, object userState);
member this.SetRolePropertiesAsync : string * string * Microsoft.SqlServer.ReportingServices2005.Task[] * obj -> unit
Public Sub SetRolePropertiesAsync (Name As String, Description As String, Tasks As Task(), userState As Object)

Parâmetros

Name
String
Description
String
Tasks
Task[]
userState
Object

Aplica-se a