This topic has not yet been rated - Rate this topic

TimeExpiration Class

SQL Server 2012

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

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)
public class TimeExpiration : ExpirationDefinition

The TimeExpiration type exposes the following members.

  NameDescription
Public methodTimeExpirationInitializes a new instance of the TimeExpiration class.
Top
  NameDescription
Public propertyMinutesThe number of minutes that passes before a cached report expires.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Use the DailyRecurrence class with the Item property of the ScheduleDefinition class to specify a recurrence pattern in minutes.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.