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


Класс ScheduleExpiration

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

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

System.Object
  ReportService2010.ExpirationDefinition
    ReportService2010.ScheduleExpiration

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.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 Кэширование отчетов (службы SSRS).

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

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

См. также

Справочник

Пространство имен ReportService2010