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);
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);
Public Sub SetRolePropertiesAsync (Name As String, Description As String, TaskIDs As String(), userState As Object)

參數

Name
String
Description
String
TaskIDs
String[]
userState
Object

適用於