Enumerazione JobActionEnum

Describes the process that initiated the job.

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
Public Enumeration JobActionEnum
'Utilizzo
Dim instance As JobActionEnum
public enum JobActionEnum
public enum class JobActionEnum
type JobActionEnum
public enum JobActionEnum

Membri

Nome membro Descrizione
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.

Osservazioni

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

Vedere anche

Riferimento

Spazio dei nomi ReportService2005