Classe ScheduleExpiration
Represents a schedule that defines when a cached copy of a report expires.
Gerarchia di ereditarietà
System.Object
ReportService2010.ExpirationDefinition
ReportService2010.ScheduleExpiration
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.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 | |
---|---|---|
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.