共用方式為


JobActionEnum Enum

Definition

Describes the process that initiated the job.

public enum class JobActionEnum
public enum JobActionEnum
type JobActionEnum = 
Public Enum JobActionEnum
Inheritance
JobActionEnum

Fields

Name Value Description
Render 0

The job was initiated by a data-driven subscription.

SnapshotCreation 1

The job was initiated by a report execution snapshot.

ReportHistoryCreation 2

The job was initiated by the creation of a snapshot in report history.

ExecuteQuery 3

The job was initiated by a query execution.

Remarks

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

Applies to