Compartilhar via


Classe Job

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

Hierarquia de herança

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (em ReportService2005.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class Job
'Uso
Dim instance As Job
[SerializableAttribute]
public class Job
[SerializableAttribute]
public ref class Job
[<SerializableAttribute>]
type Job =  class end
public class Job

O tipo Job expõe os membros a seguir.

Construtores

  Nome Descrição
Método público Job Instantiates a new instance of a Job class.

Início

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência