Share via


ReportingService2010.SetRolePropertiesAsync 方法

定义

重载

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

SetRolePropertiesAsync(String, String, String[])

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

参数

Name
String
Description
String
TaskIDs
String[]

适用于

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

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

参数

Name
String
Description
String
TaskIDs
String[]
userState
Object

适用于