Freigeben über


ReportingService2005.ListJobs-Methode

Returns a list of jobs that are running on the report server.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Function ListJobs As Job()
'Usage
Dim instance As ReportingService2005 
Dim returnValue As Job()

returnValue = instance.ListJobs()
public Job[] ListJobs()
public:
array<Job^>^ ListJobs()
member ListJobs : unit -> Job[] 
public function ListJobs() : Job[]

Rückgabewert

Typ: array<ReportService2005.Job[]
An array of Job objects that contains jobs running on the report server.

Hinweise

The table below shows header and permissions information on this operation.

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

ListJobs (System)

Siehe auch

Verweis

ReportingService2005 Klasse

ReportService2005-Namespace