ExpirationDefinition-Klasse
Represents the expiration setting for a cached report.
Vererbungshierarchie
System.Object
ReportService2010.ExpirationDefinition
ReportService2010.ScheduleExpiration
ReportService2010.TimeExpiration
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ExpirationDefinition
'Usage
Dim instance As ExpirationDefinition
[SerializableAttribute]
public class ExpirationDefinition
[SerializableAttribute]
public ref class ExpirationDefinition
[<SerializableAttribute>]
type ExpirationDefinition = class end
public class ExpirationDefinition
Der ExpirationDefinition-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ExpirationDefinition | Initializes a new instance of the ExpirationDefinition class. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
Methods of the ReportingService2010 class use objects that inherit ExpirationDefinition. The following table lists classes that implement ExpirationDefinition.
Class |
Description |
---|---|
Represents a schedule that defines when a cached copy of a report expires. |
|
Represents the time, in minutes, that defines when a cached copy of a report expires. |
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.