TimeExpiration Class

Definition

Represents the time, in minutes, that defines when a cached copy of a report expires.

public ref class TimeExpiration : 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 TimeExpiration : 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 TimeExpiration = class
    inherit ExpirationDefinition
Public Class TimeExpiration
Inherits ExpirationDefinition
Inheritance
TimeExpiration
Attributes

Remarks

The TimeExpiration class is passed as input to the GetCacheOptions and SetCacheOptions methods.

Constructors

TimeExpiration()

Initializes a new instance of the TimeExpiration class.

Properties

Minutes

Gets or sets the number of minutes that pass before a cached report expires.

Applies to