NoSchedule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a state in which no schedules are associated with the execution or snapshot history settings of a report.
public ref class NoSchedule : ReportService2006::ScheduleDefinitionOrReference
public class NoSchedule : ReportService2006.ScheduleDefinitionOrReference
type NoSchedule = class
inherit ScheduleDefinitionOrReference
Public Class NoSchedule
Inherits ScheduleDefinitionOrReference
- Inheritance
Remarks
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.
Constructors
NoSchedule() |
Initializes a new instance of the NoSchedule class. |