ScheduleReference Class
Represents a reference to a shared schedule.
Assembly: ReportService2010 (in ReportService2010.dll)
ReportService2010::ScheduleDefinitionOrReference
ReportService2010::ScheduleReference
| Name | Description | |
|---|---|---|
![]() | ScheduleReference() | Initializes a new instance of the ScheduleReference class. |
| Name | Description | |
|---|---|---|
![]() | Definition | Gets or sets the definition for a shared schedule. |
![]() | ScheduleID | Gets or sets the system-generated unique identifier of a shared schedule. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


