TimeExpiration-Klasse
Represents the time, in minutes, that defines when a cached copy of a report expires.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.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
Hinweise
Use the DailyRecurrence class with the Item property of the ScheduleDefinition class to specify a recurrence pattern in minutes.
Vererbungshierarchie
System. . :: . .Object
ReportService2005. . :: . .ExpirationDefinition
ReportService2005..::..TimeExpiration
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.