ScheduleExpiration-Klasse

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

Vererbungshierarchie

System. . :: . .Object
  ReportService2006. . :: . .ExpirationDefinition
    ReportService2006..::..ScheduleExpiration

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

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

Der ScheduleExpiration-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ScheduleExpiration Initializes a new instance of the ScheduleExpiration class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Item Gets or sets the scheduled expiration of a cached report.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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 Zwischenspeichern von Berichten in Reporting Services.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis