Класс 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. |
В начало
Методы
Имя | Описание | |
---|---|---|
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.