Classe ScheduleExpiration
Represents a schedule that defines when a cached copy of a report expires.
Gerarchia di ereditarietà
System.Object
ReportService2006.ExpirationDefinition
ReportService2006.ScheduleExpiration
Spazio dei nomi ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Sintassi
'Dichiarazione
Public Class ScheduleExpiration _
Inherits ExpirationDefinition
'Utilizzo
Dim instance As ScheduleExpiration
public class ScheduleExpiration : ExpirationDefinition
public ref class ScheduleExpiration : public ExpirationDefinition
type ScheduleExpiration =
class
inherit ExpirationDefinition
end
public class ScheduleExpiration extends ExpirationDefinition
Nel tipo ScheduleExpiration sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ScheduleExpiration | Initializes a new instance of the ScheduleExpiration class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Item | Gets or sets the scheduled expiration of a cached report. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
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 dei report nella cache (SSRS).
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.