Partager via


Membres Job

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

Le type Job expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Job Initializes a new instance of the Job class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique Action Gets a JobActionEnum value that describes the action that initiated the job.
Propriété publique Description Gets the name of the item with which the job is currently associated.
Propriété publique JobID Gets the unique ID for the job.
Propriété publique Machine Gets the name of the computer on which the job is running.
Propriété publique Name Gets the name of the report with which a job is associated.
Propriété publique Path Gets the full path to the report with which a job is associated.
Propriété publique StartDateTime Gets the date and time that the job started.
Propriété publique Status Gets a JobStatusEnum value that describes the status of a job.
Propriété publique Type Gets a JobTypeEnum value that describes the type of the job.
Propriété publique User Gets the ID of the authenticated user who initiated the job.

Haut de la page