Partager via


Énumération JobTypeEnum

Describes the type of a job.

Espace de noms :  ReportService2006
Assembly :  ReportService2006 (en ReportService2006.dll)

Syntaxe

'Déclaration
Public Enumeration JobTypeEnum
'Utilisation
Dim instance As JobTypeEnum
public enum JobTypeEnum
public enum class JobTypeEnum
type JobTypeEnum
public enum JobTypeEnum

Membres

Nom de membre Description
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.

Notes

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

Voir aussi

Référence

Espace de noms ReportService2006