NoSchedule 類別

Represents a state in which no schedules are associated with the execution or snapshot history settings of a report.

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

語法

'宣告
<SerializableAttribute> _
Public Class NoSchedule _
    Inherits ScheduleDefinitionOrReference
'用途
Dim instance As NoSchedule
[SerializableAttribute]
public class NoSchedule : ScheduleDefinitionOrReference
[SerializableAttribute]
public ref class NoSchedule : public ScheduleDefinitionOrReference
[<SerializableAttribute>]
type NoSchedule =  
    class
        inherit ScheduleDefinitionOrReference
    end
public class NoSchedule extends ScheduleDefinitionOrReference

備註

A NoSchedule object is passed as input to the SetExecutionOptions and SetReportHistoryOptions methods to indicate that a report or report history snapshot does not run according to a schedule.

繼承階層

System. . :: . .Object
  ReportService2005. . :: . .ScheduleDefinitionOrReference
    ReportService2005..::..NoSchedule

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。