JobActionEnum Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Describes the process that initiated the job.

Syntax

'Declaration
Public Enumeration JobActionEnum
public enum JobActionEnum
public enum class JobActionEnum
public enum JobActionEnum
public enum JobActionEnum

Members

Member name Description
ExecuteQuery The job was initiated by a query execution.
Render The job was initiated by a data-driven subscription.
ReportHistoryCreation The job was initiated by the creation of a snapshot in report history.
SnapshotCreation The job was initiated by a report execution snapshot.

Remarks

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace