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


Класс TimeExpiration

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

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

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

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

Синтаксис

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

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

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

  Имя Описание
Открытый метод TimeExpiration Initializes a new instance of the TimeExpiration class.

В начало

Свойства

  Имя Описание
Открытое свойство Minutes The number of minutes that passes before a cached report expires.

В начало

Методы

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

В начало

Замечания

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

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

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

См. также

Справочник