ISubscriptionRefreshStatus.LastRefreshed 屬性
指出訂閱重新整理時結束。
命名空間: Microsoft.BusinessData.Offlining
組件: Microsoft.BusinessData (在 Microsoft.BusinessData.dll 中)
語法
'宣告
ReadOnly Property LastRefreshed As Nullable(Of DateTime)
Get
'用途
Dim instance As ISubscriptionRefreshStatus
Dim value As Nullable(Of DateTime)
value = instance.LastRefreshed
Nullable<DateTime> LastRefreshed { get; }
屬性值
類型:System.Nullable<DateTime>
表示的最後一個重新整理結束時間的值。
備註
如果訂閱永遠不會重新整理,該值null 參考 (未執行任何動作 於 Visual Basic 中)。