Share via


Subscription.LastExecuted 속성

The date and time that the report server last executed the report.

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

구문

‘선언
Public Property LastExecuted As DateTime 
    Get 
    Set
‘사용 방법
Dim instance As Subscription 
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 DateTime value containing the date and time that the report server last executed the report.

주의

The date and time represent the most recent snapshot that is captured in the report server database.

참고 항목

참조

Subscription 클래스

ReportService2005 네임스페이스