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 네임스페이스