다음을 통해 공유


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