Proprietà CacheRefreshPlan.LastRunStatus

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

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property LastRunStatus As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

This property is read-only.

Vedere anche

Riferimento

CacheRefreshPlan Classe

Spazio dei nomi ReportService2010