JobActionEnum Enumeration
SQL Server 2000
Describes the process that initiated the job.
Public Enum JobActionEnum Member of [Namespace]
public enum JobActionEnum ; Member of [Namespace]
Remarks
Use the JobActionEnum enumeration with the Action property of the Job class.
Members
| Name | Description |
|---|---|
| Render | The job was initiated by a data-driven subscription. |
| Snapshot Creation | The job was initiated by a report execution snapshot. |
| Report History Creation | The job was initiated by the creation of a snapshot in report history. |