다음을 통해 공유


CacheRefreshPlan.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.

참고 항목

참조

CacheRefreshPlan 클래스

ReportService2010 네임스페이스

관련 자료

공유 데이터 집합(SSRS) 캐시

보고서 캐시(SSRS)