Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
Espace de noms ReportService2010