Share via


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 네임스페이스