Partager via


Méthode ReportingService2006.ListJobs

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

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

Syntaxe

'Déclaration
Public Function ListJobs As Job()
'Utilisation
Dim instance As ReportingService2006 
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<ReportService2006.Job[]
An array of Job objects that contain jobs running on the report server.

Notes

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

Open

Voir aussi

Référence

ReportingService2006 Classe

Espace de noms ReportService2006