Méthode ReportingService2005.ListJobs

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

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
Public Function ListJobs As Job()
'Utilisation
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[]

Valeur de retour

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

Notes

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

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

ListJobs (System)

Voir aussi

Référence

ReportingService2005 Classe

Espace de noms ReportService2005