ScheduleExpiration Class
SQL Server 2000
Represents a schedule that defines when a cached copy of a report expires.
Public Class ScheduleExpiration Inherits [Namespace].ExpirationDefinition Member of [Namespace]
public class ScheduleExpiration : [Namespace].ExpirationDefinition Member of [Namespace]
Public Properties
Item | The scheduled expiration (ScheduleDefinitionOrReference object) of a cached report. |
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 Managing Report Processing.
