Bagikan melalui


JobActionEnum Enumeration

Describes the process that initiated the job.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
Public Enumeration JobActionEnum
'Usage
Dim instance As JobActionEnum
public enum JobActionEnum
public enum class JobActionEnum
type JobActionEnum
public enum JobActionEnum

Members

Member name Description
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.
Render Specifies that the job was initiated by a data-driven subscription.
ReportHistoryCreation Specifies that the job was initiated by the creation of a snapshot in report history.
SnapshotCreation Specifies that the job was initiated by a report execution snapshot.

Remarks

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

See Also

Reference

ReportService2006 Namespace