Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the most recent execution status of the cache refresh plan.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
Public Property LastRunStatus As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
A string value that represents the most recent execution status.
Hinweise
This property is read-only.