หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Describes the process that initiated the job.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.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 | The job was initiated by a query execution. | |
| Render | The job was initiated by a data-driven subscription. | |
| ReportHistoryCreation | The job was initiated by the creation of a snapshot in report history. | |
| SnapshotCreation | The job was initiated by a report execution snapshot. |
Remarks
Use the JobActionEnum enumeration with the Action property of the Job class.