ScheduleDefinitionOrReference Class

Definition

Represents a schedule definition or a reference to a shared schedule.

public ref class ScheduleDefinitionOrReference
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.NoSchedule))]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.ScheduleReference))]
[System.Xml.Serialization.XmlInclude(typeof(ReportService2010.ScheduleDefinition))]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ScheduleDefinitionOrReference
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.NoSchedule))>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.ScheduleReference))>]
[<System.Xml.Serialization.XmlInclude(typeof(ReportService2010.ScheduleDefinition))>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ScheduleDefinitionOrReference = class
Public Class ScheduleDefinitionOrReference
Inheritance
ScheduleDefinitionOrReference
Derived
Attributes

Remarks

Methods of the ReportingService2010 class use objects that inherit the ScheduleDefinitionOrReference class. The following table describes classes that implement ScheduleDefinitionOrReference.

Class Description
NoSchedule Represents a state in which no schedule is set as part of the execution settings for a report.
ScheduleDefinition Represents a schedule definition.
ScheduleReference Represents a reference to a shared schedule.

Constructors

ScheduleDefinitionOrReference()

Initializes a new instance of the ScheduleDefinitionOrReference class.

Applies to