ScheduleExpiration Class

Definition

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

public ref class ScheduleExpiration : ReportService2010::ExpirationDefinition
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class ScheduleExpiration : ReportService2010.ExpirationDefinition
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type ScheduleExpiration = class
    inherit ExpirationDefinition
Public Class ScheduleExpiration
Inherits ExpirationDefinition
Inheritance
ScheduleExpiration
Attributes

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.

Applies to