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 : ReportService2010::ScheduleDefinitionOrReference
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class NoSchedule : ReportService2010.ScheduleDefinitionOrReference
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type NoSchedule = class
inherit ScheduleDefinitionOrReference
Public Class NoSchedule
Inherits ScheduleDefinitionOrReference
- Inheritance
- Attributes
Remarks
A NoSchedule object is passed as input to the SetExecutionOptions and SetItemHistoryOptions 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. |