Share via


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 命名空间