ScheduleExpiration 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 schedule that defines when a cached copy of a report expires.
public ref class ScheduleExpiration : ReportService2005::ExpirationDefinition
public class ScheduleExpiration : ReportService2005.ExpirationDefinition
type ScheduleExpiration = class
inherit ExpirationDefinition
Public Class ScheduleExpiration
Inherits ExpirationDefinition
- Inheritance
Remarks
A ScheduleExpiration object is returned as output by the GetCacheOptions method and is passed as input to the SetCacheOptions method when a report in cache expires according to a schedule. For more information about the cache settings for a report, see Caching Reports (SSRS).
Constructors
ScheduleExpiration() |
Initializes a new instance of the ScheduleExpiration class. |
Properties
Item |
Gets or sets the scheduled expiration of a cached report. |