다음을 통해 공유


CacheRefreshPlan.LastExecuted 속성

Gets or sets the date and time that the cache refresh plan was last executed by the report server.

네임스페이스:  ReportService2010
어셈블리:  ReportService2010(ReportService2010.dll)

구문

‘선언
Public Property LastExecuted As DateTime 
    Get 
    Set
‘사용 방법
Dim instance As CacheRefreshPlan 
Dim value As DateTime 

value = instance.LastExecuted

instance.LastExecuted = value
public DateTime LastExecuted { get; set; }
public:
property DateTime LastExecuted {
    DateTime get ();
    void set (DateTime value);
}
member LastExecuted : DateTime with get, set
function get LastExecuted () : DateTime 
function set LastExecuted (value : DateTime)

속성 값

유형: System.DateTime
A System.DateTime object that represents the date and time that the cache refresh plan was last executed.

참고 항목

참조

CacheRefreshPlan 클래스

ReportService2010 네임스페이스

관련 자료

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

보고서 캐시(SSRS)