Класс ExpirationDefinition
Represents the expiration setting for a cached report.
Иерархия наследования
System. . :: . .Object
ReportService2010..::..ExpirationDefinition
ReportService2010. . :: . .ScheduleExpiration
ReportService2010. . :: . .TimeExpiration
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class ExpirationDefinition
'Применение
Dim instance As ExpirationDefinition
[SerializableAttribute]
public class ExpirationDefinition
[SerializableAttribute]
public ref class ExpirationDefinition
[<SerializableAttribute>]
type ExpirationDefinition = class end
public class ExpirationDefinition
Тип ExpirationDefinition обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
ExpirationDefinition | Initializes a new instance of the ExpirationDefinition class. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
Methods of the ReportingService2010 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.