次の方法で共有


ReportingService2006.ListTasks メソッド

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

名前空間:  ReportService2006
アセンブリ:  ReportService2006 (ReportService2006.dll)

構文

'宣言
Public Function ListTasks ( _
    SecurityScope As SecurityScopeEnum _
) As Task()
'使用
Dim instance As ReportingService2006 
Dim SecurityScope As SecurityScopeEnum 
Dim returnValue As Task()

returnValue = instance.ListTasks(SecurityScope)
public Task[] ListTasks(
    SecurityScopeEnum SecurityScope
)
public:
array<Task^>^ ListTasks(
    SecurityScopeEnum SecurityScope
)
member ListTasks : 
        SecurityScope:SecurityScopeEnum -> Task[] 
public function ListTasks(
    SecurityScope : SecurityScopeEnum
) : Task[]

パラメーター

戻り値

型: array<ReportService2006.Task[]
アイテムレベルのタスクに関する情報を表す Task オブジェクトの配列です。

説明

次の表に、この操作に関連するヘッダーおよび権限の情報を示します。

SOAP ヘッダー

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

必要な権限

なし

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

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

関連項目

参照

ReportingService2006 クラス

ReportService2006 名前空間