共用方式為


ScheduleStateEnum 列舉型別

Describes the current state of a schedule.

命名空間:  ReportService2006
組件:  ReportService2006 (在 ReportService2006.dll 中)

語法

'宣告
<SerializableAttribute> _
Public Enumeration ScheduleStateEnum
'用途
Dim instance As ScheduleStateEnum
[SerializableAttribute]
public enum ScheduleStateEnum
[SerializableAttribute]
public enum class ScheduleStateEnum
[<SerializableAttribute>]
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.