ScheduleExpiration-Klasse

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

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

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.

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.