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 type of a job.
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
Public Enumeration JobTypeEnum
'Uso
Dim instance As JobTypeEnum
public enum JobTypeEnum
public enum class JobTypeEnum
type JobTypeEnum
public enum JobTypeEnum
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| User | The job was initiated by an authenticated user. | |
| System | The job was initiated by the report server through an automated process. |
Comentarios
Use the JobTypeEnum enumeration with the Type property of the Job class.