Subscription.LastExecuted 属性

定义

获取报表服务器上次执行报表的日期和时间。

public:
 property DateTime LastExecuted { DateTime get(); void set(DateTime value); };
public DateTime LastExecuted { get; set; }
member this.LastExecuted : DateTime with get, set
Public Property LastExecuted As DateTime

属性值

一个 DateTime 值,该值包含报表服务器上次执行报表的日期和时间。

注解

日期和时间表示报表服务器数据库或 SharePoint 库中捕获的最新快照。

属性的值 LastExecuted 具有相应的 LastExecutedSpecified 属性,该属性指示是否应在 Web 服务调用中省略此属性。

有关省略属性的详细信息,请参阅 省略可选 Web 服务对象的值

适用于