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


Перечисление JobActionEnum

Describes the process that initiated the job.

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Enumeration JobActionEnum
'Применение
Dim instance As JobActionEnum
[SerializableAttribute]
public enum JobActionEnum
[SerializableAttribute]
public enum class JobActionEnum
[<SerializableAttribute>]
type JobActionEnum
public enum JobActionEnum

Элементы

Имя элемента Описание
Render The job was initiated by a data-driven subscription.
SnapshotCreation The job was initiated by a report execution snapshot.
ReportHistoryCreation The job was initiated by the creation of a snapshot in report history.
ExecuteQuery The job was initiated by a query execution.

Замечания

Use the JobActionEnum enumeration with the Action property of the Job class.

См. также

Справочник