Language

ReportingService2005.ListTasks(SecurityScopeEnum) メソッド

定義

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

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

パラメーター

SecurityScope
SecurityScopeEnum

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

返品

Task[]

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

注釈

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

SOAPヘッダー (アウト) ServerInfoHeaderValue
必要なアクセス許可 None

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

適用対象