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 ヘッダー (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
必要なアクセス許可 なし

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

System が指定された場合は、rsOperationNotSupportedSharePointMode が返されます。

適用対象