Classe ExpirationDefinition
Represents the expiration setting for a cached report.
Hierarquia de herança
System. . :: . .Object
ReportService2006..::..ExpirationDefinition
ReportService2006. . :: . .ScheduleExpiration
ReportService2006. . :: . .TimeExpiration
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ExpirationDefinition
'Uso
Dim instance As ExpirationDefinition
[SerializableAttribute]
public class ExpirationDefinition
[SerializableAttribute]
public ref class ExpirationDefinition
[<SerializableAttribute>]
type ExpirationDefinition = class end
public class ExpirationDefinition
O tipo ExpirationDefinition expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ExpirationDefinition | Initializes a new instance of the ExpirationDefinition class. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
Methods of the ReportingService2006 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. |
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.