Job 类

Represents a user or system job that a report server is actively processing.

继承层次结构

System. . :: . .Object
  ReportService2005..::..Job

命名空间:  ReportService2005
程序集:  ReportService2005(在 ReportService2005.dll 中)

语法

声明
<SerializableAttribute> _
Public Class Job
用法
Dim instance As Job
[SerializableAttribute]
public class Job
[SerializableAttribute]
public ref class Job
[<SerializableAttribute>]
type Job =  class end
public class Job

Job 类型公开以下成员。

构造函数

  名称 说明
公共方法 Job Instantiates a new instance of a Job class.

页首

属性

  名称 说明
公共属性 Action A JobActionEnum value that describes the action that initiated the job.
公共属性 Description The name of the item with which the job is currently associated. If the item is a data-driven subscription, a description of the data-driven delivery is returned.
公共属性 JobID The unique ID of a job.
公共属性 Machine The name of the computer on which a job is running.
公共属性 Name The name of the report with which a job is associated.
公共属性 Path The full path to the report with which a job is associated.
公共属性 StartDateTime The date and time that the job started.
公共属性 Status A JobStatusEnum value that describes the status of a job.
公共属性 Type A JobTypeEnum value that describes the type of the job.
公共属性 User The ID of the authenticated user who initiated the job.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

注释

An array of Job objects is returned as output by the ListJobs method.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。