Partager via


Énumération JobActionEnum

Describes the process that initiated the job.

Espace de noms :  ReportService2006
Assembly :  ReportService2006 (en ReportService2006.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 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.

Notes

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

Voir aussi

Référence