Поделиться через


Класс Job

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

Иерархия наследования

System.Object
  ReportService2006.Job

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Class Job
'Применение
Dim instance As Job
public class Job
public ref class Job
type Job =  class end
public class Job

Тип Job обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Job Initializes a new instance of the Job class.

В начало

Свойства

  Имя Описание
Открытое свойство Action Gets a JobActionEnum value that describes the action that initiated the job.
Открытое свойство Description Gets the name of the item with which the job is currently associated.
Открытое свойство JobID Gets the unique ID for the job.
Открытое свойство Machine Gets the name of the computer on which the job is running.
Открытое свойство Name Gets the name of the report with which a job is associated.
Открытое свойство Path Gets the full path to the report with which a job is associated.
Открытое свойство StartDateTime Gets the date and time that the job started.
Открытое свойство Status Gets a JobStatusEnum value that describes the status of a job.
Открытое свойство Type Gets a JobTypeEnum value that describes the type of the job.
Открытое свойство User Gets the ID of the authenticated user who initiated the job.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2006