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


Класс ScheduleExpiration

Represents a schedule that defines when a cached copy of a report expires.

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

System. . :: . .Object
  ReportService2006. . :: . .ExpirationDefinition
    ReportService2006..::..ScheduleExpiration

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство Item Gets or sets the scheduled expiration of a cached report.

В начало

Методы

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

В начало

Замечания

A ScheduleExpiration object is returned as output by the GetCacheOptions method and is passed as input to the SetCacheOptions method when a report in cache expires according to a schedule. For more information about the cache settings for a report, see Кэширование отчетов в службах Reporting Services.

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

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

См. также

Справочник