Condividi tramite


Enumerazione JobTypeEnum

Describes the type of a job.

Spazio dei nomi:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Enumeration JobTypeEnum
'Utilizzo
Dim instance As JobTypeEnum
[SerializableAttribute]
public enum JobTypeEnum
[SerializableAttribute]
public enum class JobTypeEnum
[<SerializableAttribute>]
type JobTypeEnum
public enum JobTypeEnum

Membri

Nome membro Descrizione
User The job was initiated by an authenticated user.
System The job was initiated by the report server through an automated process.

Osservazioni

Use the JobTypeEnum enumeration with the Type property of the Job class.

Vedere anche

Riferimento