Compartir a través de


Enumeración JobActionEnum

Describes the process that initiated the job.

Espacio de nombres:  ReportService2005
Ensamblado:  ReportService2005 (en ReportService2005.dll)

Sintaxis

'Declaración
Public Enumeration JobActionEnum
'Uso
Dim instance As JobActionEnum
public enum JobActionEnum
public enum class JobActionEnum
type JobActionEnum
public enum JobActionEnum

Miembros

Nombre del miembro Descripción
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.

Comentarios

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

Vea también

Referencia

Espacio de nombres ReportService2005