共用方式為


Job 成員

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

Job 型別公開下列成員。

建構函式

  名稱 描述
公用方法 Job Initializes a new instance of the Job class.

頂端

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 Action Gets a JobActionEnum value that describes the action that initiated the job.
公用屬性 Description Gets the name of the item with which the job is currently associated.
公用屬性 JobID Gets the unique ID for the job.
公用屬性 Machine Gets the name of the computer on which the job is running.
公用屬性 Name Gets the name of the report with which a job is associated.
公用屬性 Path Gets the full path to the report with which a job is associated.
公用屬性 StartDateTime Gets the date and time that the job started.
公用屬性 Status Gets a JobStatusEnum value that describes the status of a job.
公用屬性 Type Gets a JobTypeEnum value that describes the type of the job.
公用屬性 User Gets the ID of the authenticated user who initiated the job.

頂端