ReportingService2006.ListTasks(SecurityScopeEnum) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レポートサーバーが管理するタスクの名前と説明を返します。
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が返された場合。