ScheduleStateEnum 枚举

Describes the current state of a schedule.

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

语法

声明
Public Enumeration ScheduleStateEnum
用法
Dim instance As ScheduleStateEnum
public enum ScheduleStateEnum
public enum class ScheduleStateEnum
type ScheduleStateEnum
public enum ScheduleStateEnum

成员

成员名称 说明
Ready Reports that are associated with the schedule are ready to run at the next appropriate time.
Running Reports that are associated with the schedule are currently running.
Paused The schedule is currently paused.
Expired The schedule has expired according to the value of the EndDate property of the schedule.
Failing An error occurred and reports that are associated with the schedule cannot run.

注释

Use the ScheduleStateEnum enumeration together with the State property of the Schedule class.

请参阅

参考

ReportService2006 命名空间