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


Класс Job

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

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

System. . :: . .Object
  ReportService2010..::..Job

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство Description Gets the name of the item with which the job is currently associated.
Открытое свойство JobActionName Gets the action that initiated the job.
Открытое свойство JobID Gets the unique ID for the job.
Открытое свойство JobStatusName Gets the status of a job.
Открытое свойство JobTypeName Gets the type of 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.
Открытое свойство 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник