ListJobs Method
SQL Server 2000
ReportingService.ListJobs Method
Returns a list of jobs that are running on the report server.
Public Function ListJobs() As [Namespace].Job() Member of [Namespace].ReportingService
public [Namespace].Job[] ListJobs(); Member of [Namespace].ReportingService
Return Value
An array of Job[] objects that contains jobs running on the report server.
Permissions
| Operation | Description |
|---|---|
| List Jobs | Required to read meta data properties that are associated with a job in the report server database. |