Classe CacheRefreshPlanState
Contains properties that indicate the state of a cache refresh plan.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2010..::..CacheRefreshPlanState
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class CacheRefreshPlanState
'Utilizzo
Dim instance As CacheRefreshPlanState
[SerializableAttribute]
public class CacheRefreshPlanState
[SerializableAttribute]
public ref class CacheRefreshPlanState
[<SerializableAttribute>]
type CacheRefreshPlanState = class end
public class CacheRefreshPlanState
Nel tipo CacheRefreshPlanState sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
CacheRefreshPlanState | Creates a new instance of the CacheRefreshPlanState class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.