ListSystemTasks Method
SQL Server 2000
ReportingService.ListSystemTasks Method
Returns the names and descriptions of system tasks.
Public Function ListSystemTasks() As [Namespace].Task() Member of [Namespace].ReportingService
public [Namespace].Task[] ListSystemTasks() Member of [Namespace].ReportingService
Return Value
An array of Task[] objects that contains a collection of information about system tasks.
Remarks
System tasks contain a collection of operations that apply to all items in the report server database. Use this method to return system-level tasks. For more information, see Tasks and Permissions.