共用方式為


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)