Classe TimeExpiration
Represents the time, in minutes, that defines when a cached copy of a report expires.
Hierarquia de herança
System.Object
ReportService2005.ExpirationDefinition
ReportService2005.TimeExpiration
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
Public Class TimeExpiration _
Inherits ExpirationDefinition
'Uso
Dim instance As TimeExpiration
public class TimeExpiration : ExpirationDefinition
public ref class TimeExpiration : public ExpirationDefinition
type TimeExpiration =
class
inherit ExpirationDefinition
end
public class TimeExpiration extends ExpirationDefinition
O tipo TimeExpiration expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
TimeExpiration | Initializes a new instance of the TimeExpiration class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Minutes | The number of minutes that passes before a cached report expires. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Comentários
Use the DailyRecurrence class with the Item property of the ScheduleDefinition class to specify a recurrence pattern in minutes.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.