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


Метод ReportingService2005.ListJobs

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

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

Синтаксис

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

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

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

Замечания

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

SOAP Headers

(Out) ServerInfoHeaderValue

Required Permissions

ListJobs (System)

См. также

Справочник

ReportingService2005 Класс

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