다음을 통해 공유


LastExecuted 속성

Gets the date and time the report server last executed the report.

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

구문

‘선언
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 System..::..DateTime value that contains the date and time the report server last executed the report.

주의

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

The value for the LastExecuted property has a corresponding LastExecutedSpecified property that indicates whether this property should be omitted from the Web service call.

For more information about omitting properties, see 선택적 웹 서비스 개체에 대한 값 생략.