다음을 통해 공유


LastExecuted 속성

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

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

구문

‘선언
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.