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


Элементы Job

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

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

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

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

В начало

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало