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


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

Describes the process that initiated the job.

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

Синтаксис

'Декларация
Public Enumeration JobActionEnum
'Применение
Dim instance As JobActionEnum
public enum JobActionEnum
public enum class JobActionEnum
type JobActionEnum
public enum JobActionEnum

Элементы

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

Замечания

The JobActionEnum enumeration is returned by the Action property of the Job class.

См. также

Справочник

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