Compartir a través de


Clase CacheRefreshPlanState

Contains properties that indicate the state of a cache refresh plan.

Jerarquía de herencia

System.Object
  ReportService2010.CacheRefreshPlanState

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public Class CacheRefreshPlanState
'Uso
Dim instance As CacheRefreshPlanState
[SerializableAttribute]
public class CacheRefreshPlanState
[SerializableAttribute]
public ref class CacheRefreshPlanState
[<SerializableAttribute>]
type CacheRefreshPlanState =  class end
public class CacheRefreshPlanState

El tipo CacheRefreshPlanState expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública CachingNotEnabledOnItem Gets or sets a Boolean value that indicates whether an error occurred because caching is not enabled in the report or shared dataset.
Propiedad pública InvalidParameterValue Gets or sets a Boolean value that indicates whether an error occurred because the parameter values stored with the cache refresh plan are invalid.
Propiedad pública MissingParameterValue Gets or sets a Boolean value that indicates whether an error occurred because required query parameters are missing.
Propiedad pública UnknownItemParameter Gets or sets a Boolean value that indicates whether an error occurred because an unknown parameter is provided in 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

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)