Compartilhar via


Classe CacheRefreshPlanState

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

Hierarquia de herança

System. . :: . .Object
  ReportService2010..::..CacheRefreshPlanState

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

Sintaxe

'Declaração
<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

O tipo CacheRefreshPlanState expõe os membros a seguir.

Construtores

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

Início

Propriedades

  Nome Descrição
Propriedade 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.
Propriedade 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.
Propriedade pública MissingParameterValue Gets or sets a Boolean value that indicates whether an error occurred because required query parameters are missing.
Propriedade 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.

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

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.