Expand Minimize
This topic has not yet been rated - Rate this topic

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.

See Also

ReportingService Class

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.