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.