Compartir a través de


ReportingService2006.ListJobs Método

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

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.dll)

Sintaxis

'Declaración
Public Function ListJobs As Job()
'Uso
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[]

Valor devuelto

Tipo: array<ReportService2006.Job[]
An array of Job objects that contain jobs running on the report server.

Comentarios

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

Open

Vea también

Referencia

ReportingService2006 Clase

Espacio de nombres ReportService2006