JobActionEnum 列舉

Describes the process that initiated the job.

命名空間:  ReportService2005
組件:  ReportService2005 (在 ReportService2005.dll 中)

語法

'宣告
Public Enumeration JobActionEnum
'用途
Dim instance As JobActionEnum
public enum JobActionEnum
public enum class JobActionEnum
type JobActionEnum
public enum JobActionEnum

成員

成員名稱 說明
Render The job was initiated by a data-driven subscription.
SnapshotCreation The job was initiated by a report execution snapshot.
ReportHistoryCreation The job was initiated by the creation of a snapshot in report history.
ExecuteQuery The job was initiated by a query execution.

備註

Use the JobActionEnum enumeration with the Action property of the Job class.

請參閱

參考

ReportService2005 命名空間