다음을 통해 공유


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.