Compartir a través de


CacheRefreshPlan.State Propiedad

Gets or sets the state of the cache refresh plan.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property State As CacheRefreshPlanState 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: ReportService2010.CacheRefreshPlanState
A CacheRefreshPlanState value.

Vea también

Referencia

CacheRefreshPlan Clase

Espacio de nombres ReportService2010

Otros recursos

Almacenar en caché conjuntos de datos compartidos (SSRS)

Informes almacenados en caché (SSRS)