Udostępnij za pośrednictwem


Właściwość Schedule.LastRunTime

Pobiera lub ustawia data i czas ostatniego uruchomienia harmonogramu.

Przestrzeń nazw:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.dll)

Składnia

'Deklaracja
Public Property LastRunTime As DateTime
    Get
    Set
'Użycie
Dim instance As Schedule
Dim value As DateTime

value = instance.LastRunTime

instance.LastRunTime = value
public DateTime LastRunTime { get; set; }
public:
property DateTime LastRunTime {
    DateTime get ();
    void set (DateTime value);
}
member LastRunTime : DateTime with get, set
function get LastRunTime () : DateTime
function set LastRunTime (value : DateTime)

Wartość właściwości

Typ: System.DateTime
A DateTime wartość zawierające datę i czas że harmonogram był ostatnio Uruchom.