JobTypeEnum 열거형

Describes the type of a job.

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

구문

‘선언
Public Enumeration JobTypeEnum
‘사용 방법
Dim instance As JobTypeEnum
public enum JobTypeEnum
public enum class JobTypeEnum
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.

참고 항목

참조

ReportService2005 네임스페이스