Condividi tramite


Classe ScheduleExpiration

Represents a schedule that defines when a cached copy of a report expires.

Gerarchia di ereditarietà

System. . :: . .Object
  ReportService2005. . :: . .ExpirationDefinition
    ReportService2005..::..ScheduleExpiration

Spazio dei nomi  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class ScheduleExpiration _
    Inherits ExpirationDefinition
'Utilizzo
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

Nel tipo ScheduleExpiration sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ScheduleExpiration Initializes a new instance of the ScheduleExpiration class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Item Gets or sets the scheduled expiration of a cached report.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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 memorizzazione nella cache dei report in Reporting Services.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento