Condividi tramite


Membri Job

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

Il tipo Job espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico Job Instantiates a new instance of a Job class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Action A JobActionEnum value that describes the action that initiated the job.
Proprietà pubblica 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.
Proprietà pubblica JobID The unique ID of a job.
Proprietà pubblica Machine The name of the computer on which a job is running.
Proprietà pubblica Name The name of the report with which a job is associated.
Proprietà pubblica Path The full path to the report with which a job is associated.
Proprietà pubblica StartDateTime The date and time that the job started.
Proprietà pubblica Status A JobStatusEnum value that describes the status of a job.
Proprietà pubblica Type A JobTypeEnum value that describes the type of the job.
Proprietà pubblica User The ID of the authenticated user who initiated the job.

In alto