Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.