ScheduleReference Class

Definition

Represents a reference to a shared schedule.

public ref class ScheduleReference : 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 ScheduleReference : 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 ScheduleReference = class
    inherit ScheduleDefinitionOrReference
Public Class ScheduleReference
Inherits ScheduleDefinitionOrReference
Inheritance
Attributes

Remarks

A ScheduleReference object is returned as output by the GetExecutionOptions and GetItemHistoryOptions methods and is passed as input to the SetExecutionOptions and SetItemHistoryOptions methods.

Use ScheduleReference in methods that require a ScheduleDefinitionOrReference object to indicate that a report runs according to a shared schedule. For more information about Reporting Services schedules, see Shared Schedules and Report-specific Schedules.

Constructors

ScheduleReference()

Initializes a new instance of the ScheduleReference class.

Properties

Definition

Gets or sets the definition for a shared schedule.

ScheduleID

Gets or sets the system-generated unique identifier of a shared schedule.

Applies to