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 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
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 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。