Share via


CacheRefreshPlan.LastRunStatus 属性

Gets the most recent execution status of the cache refresh plan.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property LastRunStatus As String 
    Get 
    Set
用法
Dim instance As CacheRefreshPlan 
Dim value As String 

value = instance.LastRunStatus

instance.LastRunStatus = value
public string LastRunStatus { get; set; }
public:
property String^ LastRunStatus {
    String^ get ();
    void set (String^ value);
}
member LastRunStatus : string with get, set
function get LastRunStatus () : String 
function set LastRunStatus (value : String)

属性值

类型:System.String
A string value that represents the most recent execution status.

注释

This property is read-only.

请参阅

参考

CacheRefreshPlan 类

ReportService2010 命名空间