Поделиться через


Класс ExpirationDefinition

Represents the expiration setting for a cached report.

Иерархия наследования

System. . :: . .Object
  ReportService2005..::..ExpirationDefinition
    ReportService2005. . :: . .ScheduleExpiration
    ReportService2005. . :: . .TimeExpiration

Пространство имен:  ReportService2005
Сборка:  ReportService2005 (в ReportService2005.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class ExpirationDefinition
'Применение
Dim instance As ExpirationDefinition
[SerializableAttribute]
public class ExpirationDefinition
[SerializableAttribute]
public ref class ExpirationDefinition
[<SerializableAttribute>]
type ExpirationDefinition =  class end
public class ExpirationDefinition

Тип ExpirationDefinition обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ExpirationDefinition Instantiates a new instance of an ExpirationDefinition object.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

Methods of the ReportingService2005 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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник