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 | |
---|---|---|
CacheRefreshPlanState | Creates a new instance of the CacheRefreshPlanState class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
CachingNotEnabledOnItem | Gets or sets a Boolean value that indicates whether an error occurred because caching is not enabled in the report or shared dataset. | |
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. | |
MissingParameterValue | Gets or sets a Boolean value that indicates whether an error occurred because required query parameters are missing. | |
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 | |
---|---|---|
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
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.
Consulte também