Partager via


Énumération JobTypeEnum

Describes the type of a job.

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

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Enumeration JobTypeEnum
'Utilisation
Dim instance As JobTypeEnum
[SerializableAttribute]
public enum JobTypeEnum
[SerializableAttribute]
public enum class JobTypeEnum
[<SerializableAttribute>]
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