ScheduleReference 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 reference to a shared schedule.
public ref class ScheduleReference : ReportService2006::ScheduleDefinitionOrReference
public class ScheduleReference : ReportService2006.ScheduleDefinitionOrReference
type ScheduleReference = class
inherit ScheduleDefinitionOrReference
Public Class ScheduleReference
Inherits ScheduleDefinitionOrReference
- Inheritance
Remarks
A ScheduleReference object is returned as output by the GetExecutionOptions and GetReportHistoryOptions methods and is passed as input to the SetExecutionOptions and SetReportHistoryOptions 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 (ScheduleDefinition object) for a shared schedule. |
ScheduleID |
Gets or sets the system-generated unique identifier of a shared schedule. |