Поделиться через


Свойство State

Gets or sets the state of the cache refresh plan.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property State As CacheRefreshPlanState
    Get
    Set
'Применение
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)

Значение свойства

Тип: ReportService2010. . :: . .CacheRefreshPlanState
A CacheRefreshPlanState value.