Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the state of the cache refresh plan.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property State As CacheRefreshPlanState
Get
Set
'Usage
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)
Property Value
Type: ReportService2010.CacheRefreshPlanState
A CacheRefreshPlanState value.