Represents a user or system job that a report server is actively processing.
The following tables list the members exposed by the Job type.
Public Constructors
| 名称 | Description | |
|---|---|---|
| Job | Instantiates a new instance of a Job class. | 
顶部
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | Action | A JobActionEnum value that describes the action that initiated the job. | 
| .gif) | 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. | 
| .gif) | JobID | The unique ID of a job. | 
| .gif) | Machine | The name of the computer on which a job is running. | 
| .gif) | Name | The name of the report with which a job is associated. | 
| .gif) | Path | The full path to the report with which a job is associated. | 
| .gif) | StartDateTime | The date and time that the job started. | 
| .gif) | Status | A JobStatusEnum value that describes the status of a job. | 
| .gif) | Type | A JobTypeEnum value that describes the type of the job. | 
| .gif) | User | The ID of the authenticated user who initiated the job. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
Job Class
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace