次の方法で共有


ReportingService2005.GetRoleProperties(String, String) メソッド

定義

関連付けられたタスクのロール情報とコレクションを返します。

public:
 cli::array <ReportService2005::Task ^> ^ GetRoleProperties(System::String ^ Name, [Runtime::InteropServices::Out] System::String ^ % Description);
public ReportService2005.Task[] GetRoleProperties (string Name, out string Description);
member this.GetRoleProperties : string * string -> ReportService2005.Task[]
Public Function GetRoleProperties (Name As String, ByRef Description As String) As Task()

パラメーター

Name
String

ロールの名前。

Description
String

[out] ロールの説明です。

戻り値

Task[]

ロールに関連付けられたタスクを表す Task オブジェクトの配列です。

注釈

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

SOAP ヘッダー (Out) ServerInfoHeaderValue
必要なアクセス許可 ReadRoleProperties (システム)

適用対象