JobTypeEnum Enumeration

Describes the type of a job.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

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

Members

Member name Description
User The job was initiated by an authenticated user.
System The job was initiated by the report server through an automated process.

Remarks

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

See Also

Reference