Classe ScheduleExpiration
Represents a schedule that defines when a cached copy of a report expires.
Hierarquia de herança
System. . :: . .Object
ReportService2010. . :: . .ExpirationDefinition
ReportService2010..::..ScheduleExpiration
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ScheduleExpiration _
Inherits ExpirationDefinition
'Uso
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
O tipo ScheduleExpiration expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ScheduleExpiration | Initializes a new instance of the ScheduleExpiration 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
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 Cache de relatório no Reporting Services.
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.