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.