Właściwość Subscription.LastExecuted
Data i czas że report server wykonywane ostatniego raportu.
Przestrzeń nazw: ReportService2005
Zestaw: ReportService2005 (w ReportService2005.dll)
Składnia
'Deklaracja
Public Property LastExecuted As DateTime
Get
Set
'Użycie
Dim instance As Subscription
Dim value As DateTime
value = instance.LastExecuted
instance.LastExecuted = value
public DateTime LastExecuted { get; set; }
public:
property DateTime LastExecuted {
DateTime get ();
void set (DateTime value);
}
member LastExecuted : DateTime with get, set
function get LastExecuted () : DateTime
function set LastExecuted (value : DateTime)
Wartość właściwości
Typ: System.DateTime
A DateTime wartość zawierające data i czas, że serwer raportów wykonywane ostatniego raportu.
Uwagi
Data i czas stanowią najnowsze migawka, które przechwycone w bazie danych raportu.