ReportingService2005.ListJobs Method
Definition
返回报表服务器上运行的作业的列表。Returns a list of jobs that are running on the report server.
public:
cli::array <ReportService2005::Job ^> ^ ListJobs();
public ReportService2005.Job[] ListJobs ();
member this.ListJobs : unit -> ReportService2005.Job[]
Public Function ListJobs () As Job()
Returns
- Job[]
Job 对象的数组,它包含报表服务器上运行的作业。An array of Job objects that contains jobs running on the report server.
Remarks
下表显示了有关此操作的标头和权限信息。The table below shows header and permissions information on this operation.
SOAP 标头SOAP Headers | (Out) ServerInfoHeaderValue(Out) ServerInfoHeaderValue |
所需的权限Required Permissions | ListJobs (系统) ListJobs (System) |