Compartir a través de


Enumeración JobTypeEnum

Describes the type of a job.

Espacio de nombres:  ReportService2006
Ensamblado:  ReportService2006 (en ReportService2006.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 Specifies that the job was initiated by an authenticated user.
System Specifies that the job was initiated by the report server through an automated process.

Comentarios

The JobTypeEnum enumeration is returned by the Type property of the Job class.

Vea también

Referencia

Espacio de nombres ReportService2006