ReportingService2005.SetRolePropertiesAsync 方法

定义

重载

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())

参数

Name
String
Description
String
Tasks
Task[]

适用于

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)

参数

Name
String
Description
String
Tasks
Task[]
userState
Object

适用于