Compartir a través de


Clase CacheRefreshPlan

Represents a cache refresh plan.

Jerarquía de herencia

System.Object
  ReportService2010.CacheRefreshPlan

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
<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

El tipo CacheRefreshPlan expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público CacheRefreshPlan Creates a new instance of the CacheRefreshPlan class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública CacheRefreshPlanID Gets or sets the unique identifier for the cache refresh plan.
Propiedad pública Description Gets or sets the description of for the cache refresh plan.
Propiedad 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).
Propiedad pública LastExecuted Gets or sets the date and time that the cache refresh plan was last executed by the report server.
Propiedad pública LastRunStatus Gets the most recent execution status of the cache refresh plan.
Propiedad pública ModifiedBy Gets the user that last modified the cache refresh plan.
Propiedad pública ModifiedDate Gets or sets the date and time the cache refresh plan was last modified.
Propiedad pública State Gets or sets the state of the cache refresh plan.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres ReportService2010

Otros recursos

Almacenar en caché conjuntos de datos compartidos (SSRS)

Informes almacenados en caché (SSRS)