CacheRefreshPlan.LastRunStatus Property

 

Applies To: SQL Server 2016 Preview

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

Namespace:   ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

public string LastRunStatus { get; set; }
public:
property String^ LastRunStatus {
    String^ get();
    void set(String^ value);
}
member LastRunStatus : string with get, set
Public Property LastRunStatus As String

Property Value

Type: System.String

A string value that represents the most recent execution status.

Remarks

This property is read-only.

See Also

CacheRefreshPlan Class
ReportService2010 Namespace

Return to top