ReportingService2006.ListTasks(SecurityScopeEnum) メソッド

定義

レポートサーバーが管理するタスクの名前と説明を返します。

public:
 cli::array <ReportService2006::Task ^> ^ ListTasks(ReportService2006::SecurityScopeEnum SecurityScope);
public ReportService2006.Task[] ListTasks(ReportService2006.SecurityScopeEnum SecurityScope);
member this.ListTasks : ReportService2006.SecurityScopeEnum -> ReportService2006.Task[]
Public Function ListTasks (SecurityScope As SecurityScopeEnum) As Task()

パラメーター

SecurityScope
SecurityScopeEnum

アイテムが返却するセキュリティ範囲を指定する SecurityScopeEnum の値です。

返品

Task[]

アイテムレベルのタスクに関する情報を含む Task オブジェクトの配列です。

注釈

以下の表は、この操作のヘッダーおよび権限情報を示しています。

SOAPヘッダー (イン) TrustedUserHeaderValue

(アウト) ServerInfoHeaderValue
必要なアクセス許可 None

この方法で返されるタスクはアイテムレベルのタスクです。 詳細は 「タスクと権限」をご覧ください。

Systemの値が指定され、rsOperationNotSupportedSharePointModeが返された場合。

適用対象