Share via


Classe Job

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

Hiérarchie d'héritage

System. . :: . .Object
  ReportService2005..::..Job

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class Job
'Utilisation
Dim instance As Job
[SerializableAttribute]
public class Job
[SerializableAttribute]
public ref class Job
[<SerializableAttribute>]
type Job =  class end
public class Job

Le type Job expose les membres suivants.

Constructeurs

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

Haut de la page

Propriétés

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

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

Notes

An array of Job objects is returned as output by the ListJobs method.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence