Share via


JobTypeEnum 열거형

Describes the type of a job.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005.dll의 ReportService2005

구문

‘선언
<SerializableAttribute> _
Public Enumeration JobTypeEnum
‘사용 방법
Dim instance As JobTypeEnum
[SerializableAttribute]
public enum JobTypeEnum
[SerializableAttribute]
public enum class JobTypeEnum
[<SerializableAttribute>]
type JobTypeEnum
public enum JobTypeEnum

멤버

멤버 이름 설명
User The job was initiated by an authenticated user.
System The job was initiated by the report server through an automated process.

주의

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