JobTypeEnum 枚举

Describes the type of a job.

命名空间:  ReportService2006
程序集:  ReportService2006(在 ReportService2006.dll 中)

语法

声明
<SerializableAttribute> _
Public Enumeration JobTypeEnum
用法
Dim instance As JobTypeEnum
[SerializableAttribute]
public enum JobTypeEnum
[SerializableAttribute]
public enum class JobTypeEnum
[<SerializableAttribute>]
type JobTypeEnum
public enum JobTypeEnum

成员

成员名称 说明
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.

注释

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