ScheduleReference Class
Represents a reference to a shared schedule.
Inheritance Hierarchy
System.Object
  ReportService2005.ScheduleDefinitionOrReference
    ReportService2005.ScheduleReference
Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ScheduleReference _
    Inherits ScheduleDefinitionOrReference
'Usage
Dim instance As ScheduleReference
[SerializableAttribute]
public class ScheduleReference : ScheduleDefinitionOrReference
[SerializableAttribute]
public ref class ScheduleReference : public ScheduleDefinitionOrReference
[<SerializableAttribute>]
type ScheduleReference =  
    class
        inherit ScheduleDefinitionOrReference
    end
public class ScheduleReference extends ScheduleDefinitionOrReference
The ScheduleReference type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | ScheduleReference | Initializes a new instance of the ScheduleReference class. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Definition | Gets or sets the definition (ScheduleDefinition object) for a shared schedule. | 
| .gif) | ScheduleID | Gets or sets the system-generated unique identifier of a shared schedule. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.