Класс ExpirationDefinition
Represents the expiration setting for a cached report.
Иерархия наследования
System.Object
ReportService2005.ExpirationDefinition
ReportService2005.ScheduleExpiration
ReportService2005.TimeExpiration
Пространство имен: ReportService2005
Сборка: ReportService2005 (в ReportService2005.dll)
Синтаксис
'Декларация
Public Class ExpirationDefinition
'Применение
Dim instance As ExpirationDefinition
public class ExpirationDefinition
public ref class ExpirationDefinition
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 |
---|---|
Represents a schedule that defines when a cached copy of a report expires. |
|
Represents the time, in minutes, that defines when a cached copy of a report expires. |
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.