Freigeben über


JobTypeEnum-Enumeration

Describes the type of a job.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.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

Elemente

Elementname Beschreibung
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.

Hinweise

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

Siehe auch

Verweis