Compartilhar via


Classe Job

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

Hierarquia de herança

System. . :: . .Object
  ReportService2006..::..Job

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.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 Initializes a new instance of the Job class.

Início

Propriedades

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