次の方法で共有


ReportingService2005.SetRoleProperties(String, String, Task[]) メソッド

定義

ロールのプロパティを設定し、タスクのコレクションを指定したロールに関連付けます。

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

パラメーター

Name
String

プロパティを設定するロールの名前です。

Description
String

省略可能。 ロールの説明です。

Tasks
Task[]

ロールに設定するタスクを表す Task オブジェクトの配列です。

注釈

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー (In) BatchHeaderValue

(Out) ServerInfoHeaderValue
必要なアクセス許可 UpdateRoleProperties (システム)

SetRoleProperties メソッドを使用してロールのプロパティを変更すると、ロールに割り当てられたグループ、ユーザー、およびポリシーが影響を受けます。

適用対象