ScheduleExpiration Class

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a schedule that defines when a cached copy of a report expires.

Syntax

'Declaration
Public Class ScheduleExpiration
    Inherits ExpirationDefinition
public class ScheduleExpiration : ExpirationDefinition
public ref class ScheduleExpiration : public ExpirationDefinition
public class ScheduleExpiration extends ExpirationDefinition
public class ScheduleExpiration extends ExpirationDefinition

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 NIB - Report Processing Overview.

Inheritance Hierarchy

System.Object
   ReportService2005.ExpirationDefinition
    ReportService2005.ScheduleExpiration

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

ScheduleExpiration Members
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace