Share via


JobActionEnum 열거형

Describes the process that initiated the job.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006.dll의 ReportService2006

구문

‘선언
<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.

주의

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