Поделиться через


Метод ReportingService2006.ListJobs

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

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Function ListJobs As Job()
'Применение
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[]

Возвращаемое значение

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

Замечания

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

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

Open

См. также

Справочник

ReportingService2006 Класс

Пространство имен ReportService2006