Condividi tramite


Proprietà CacheRefreshPlan.State

Gets or sets the state of the cache refresh plan.

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property State As CacheRefreshPlanState 
    Get 
    Set
'Utilizzo
Dim instance As CacheRefreshPlan 
Dim value As CacheRefreshPlanState 

value = instance.State

instance.State = value
public CacheRefreshPlanState State { get; set; }
public:
property CacheRefreshPlanState^ State {
    CacheRefreshPlanState^ get ();
    void set (CacheRefreshPlanState^ value);
}
member State : CacheRefreshPlanState with get, set
function get State () : CacheRefreshPlanState 
function set State (value : CacheRefreshPlanState)

Valore proprietà

Tipo: ReportService2010.CacheRefreshPlanState
A CacheRefreshPlanState value.

Vedere anche

Riferimento

CacheRefreshPlan Classe

Spazio dei nomi ReportService2010

Altre risorse

Memorizzare nella cache set di dati condivisi (SSRS)

Memorizzazione dei report nella cache (SSRS)