ExpirationDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the expiration setting for a cached report.
public ref class ExpirationDefinition
public class ExpirationDefinition
type ExpirationDefinition = class
Public Class ExpirationDefinition
- Inheritance
-
ExpirationDefinition
- Derived
Remarks
Methods of the ReportingService2006 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. |