ScheduleReference Class
SQL Server 2000
Represents a reference to a shared schedule.
Public Class ScheduleReference Inherits [Namespace].ScheduleDefinitionOrReference Member of [Namespace]
public class ScheduleReference : [Namespace].ScheduleDefinitionOrReference Member of [Namespace]
Public Properties
Definition | The definition (ScheduleDefinition object) for a shared schedule. |
ScheduleID | The unique, system-generated ID of a shared schedule. String. |
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.
