Поделиться через


Свойство 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