Partager via


Propriété CacheRefreshPlan.State

Gets or sets the state of the cache refresh plan.

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property State As CacheRefreshPlanState 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : ReportService2010.CacheRefreshPlanState
A CacheRefreshPlanState value.

Voir aussi

Référence

CacheRefreshPlan Classe

Espace de noms ReportService2010

Autres ressources

Mettre en cache les datasets partagés (SSRS)

Mise en cache de rapports (SSRS)