Job Class
SQL Server 2000
Represents a user or system job that a report server is actively processing.
Public Class Job Member of [Namespace]
public class Job Member of [Namespace]
Public Properties
Action | A JobActionEnum value that describes the action that initiated the job. Read-only. |
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. String. Read-only. |
JobID | The unique ID of a job. String. Read-only. |
Machine | The name of the computer on which a job is running. String. Read-only. |
Name | The name of the report with which a job is associated. String. Read-only. |
Path | The full path to the report with which a job is associated. String. Read-only. |
StartDateTime | The date and time that the job started. DateTime. Read-only. |
Status | A JobStatusEnum value that describes the status of a job. Read-only. |
Type | A JobTypeEnum value that describes the type of the job. The possible values are User and System. Read-only. |
User | The ID of the authenticated user who initiated the job, if the job type is User. If the job is a system job, System is returned. String. Read-only. |
Remarks
An array of Job objects is returned as output by the ListJobs method.
