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 ヘッダー (Out) ServerInfoHeaderValue
必要なアクセス許可 なし

このメソッドによって返されるタスクはアイテムレベルのタスクです。 詳細については、「 タスクと権限」を参照してください。

適用対象