ReportingService2005.ListTasks メソッド
レポート サーバーが管理するタスクの名前と説明を返します。
名前空間: ReportService2005
アセンブリ: ReportService2005 (ReportService2005.dll)
構文
'宣言
Public Function ListTasks ( _
SecurityScope As SecurityScopeEnum _
) As Task()
'使用
Dim instance As ReportingService2005
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[]
パラメーター
- SecurityScope
型: ReportService2005.SecurityScopeEnum
返されるアイテムのセキュリティ スコープを示す SecurityScopeEnum 値です。
戻り値
型: array<ReportService2005.Task[]
アイテムレベルのタスクに関する情報のコレクションを表す Task オブジェクトの配列です。
説明
次の表に、この操作に関連するヘッダーおよび権限の情報を示します。
SOAP ヘッダー |
(Out) ServerInfoHeaderValue |
必要な権限 |
なし |
このメソッドによって返されるタスクはアイテムレベルのタスクです。 詳細については、「タスクと権限」を参照してください。