JobActionEnum 列舉
Describes the process that initiated the job.
命名空間: ReportService2006
組件: ReportService2006 (在 ReportService2006.dll 中)
語法
'宣告
<SerializableAttribute> _
Public Enumeration JobActionEnum
'用途
Dim instance As JobActionEnum
[SerializableAttribute]
public enum JobActionEnum
[SerializableAttribute]
public enum class JobActionEnum
[<SerializableAttribute>]
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. |