ExpirationDefinition Class

Definition

Represents the expiration setting for a cached report.

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

Remarks

Methods of the ReportingService2010 class use objects that inherit ExpirationDefinition. The following table lists classes that implement ExpirationDefinition.

Class Description
ScheduleExpiration Represents a schedule that defines when a cached copy of a report expires.
TimeExpiration Represents the time, in minutes, that defines when a cached copy of a report expires.

Constructors

ExpirationDefinition()

Initializes a new instance of the ExpirationDefinition class.

Applies to