Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Describes the process that initiated the job.
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.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 | 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. |
Comentarios
The JobActionEnum enumeration is returned by the Action property of the Job class.