Share via


Énumération JobActionEnum

Describes the process that initiated the job.

Espace de noms :  ReportService2005
Assembly :  ReportService2005 (en ReportService2005.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration JobActionEnum
'Utilisation
Dim instance As JobActionEnum
[SerializableAttribute]
public enum JobActionEnum
[SerializableAttribute]
public enum class JobActionEnum
[<SerializableAttribute>]
type JobActionEnum
public enum JobActionEnum

Membres

Nom de membre Description
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.

Notes

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

Voir aussi

Référence