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 命名空间