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