TimeExpiration-Klasse

Represents the time, in minutes, that defines when a cached copy of a report expires.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006. . :: . .ExpirationDefinition
    ReportService2006..::..TimeExpiration

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class TimeExpiration _
    Inherits ExpirationDefinition
'Usage
Dim instance As TimeExpiration
[SerializableAttribute]
public class TimeExpiration : ExpirationDefinition
[SerializableAttribute]
public ref class TimeExpiration : public ExpirationDefinition
[<SerializableAttribute>]
type TimeExpiration =  
    class
        inherit ExpirationDefinition
    end
public class TimeExpiration extends ExpirationDefinition

Der TimeExpiration-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Minutes Gets or sets the number of minutes that pass before a cached report expires.

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

The TimeExpiration class is passed as input to the GetCacheOptions and SetCacheOptions methods.

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