Compartilhar via


Classe CacheRefreshPlan

Represents a cache refresh plan.

Hierarquia de herança

System. . :: . .Object
  ReportService2010..::..CacheRefreshPlan

Namespace:  ReportService2010
Assembly:  ReportService2010 (em ReportService2010.dll)

Sintaxe

'Declaração
<SerializableAttribute> _
Public Class CacheRefreshPlan
'Uso
Dim instance As CacheRefreshPlan
[SerializableAttribute]
public class CacheRefreshPlan
[SerializableAttribute]
public ref class CacheRefreshPlan
[<SerializableAttribute>]
type CacheRefreshPlan =  class end
public class CacheRefreshPlan

O tipo CacheRefreshPlan expõe os membros a seguir.

Construtores

  Nome Descrição
Método público CacheRefreshPlan Creates a new instance of the CacheRefreshPlan class.

Início

Propriedades

  Nome Descrição
Propriedade pública CacheRefreshPlanID Gets or sets the unique identifier for the cache refresh plan.
Propriedade pública Description Gets or sets the description of for the cache refresh plan.
Propriedade pública ItemPath Gets or sets the fully qualified URL of the item with which to associate the cache refresh plan, including the file name (and extension in SharePoint mode).
Propriedade pública LastExecuted Gets or sets the date and time that the cache refresh plan was last executed by the report server.
Propriedade pública LastRunStatus Gets the most recent execution status of the cache refresh plan.
Propriedade pública ModifiedBy Gets the user that last modified the cache refresh plan.
Propriedade pública ModifiedDate Gets or sets the date and time the cache refresh plan was last modified.
Propriedade pública State Gets or sets the state of the cache refresh plan.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

A cache refresh plan is a user-defined schedule to preload a report cache or shared dataset cache based on certain criteria.

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.