Поделиться через


Свойство CacheRefreshPlan.ModifiedDate

Gets or sets the date and time the cache refresh plan was last modified.

Пространство имен:  ReportService2010
Сборка:  ReportService2010 (в ReportService2010.dll)

Синтаксис

'Декларация
Public Property ModifiedDate As DateTime 
    Get 
    Set
'Применение
Dim instance As CacheRefreshPlan 
Dim value As DateTime 

value = instance.ModifiedDate

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

Значение свойства

Тип: System.DateTime
A System.DateTime object that represents the date and time that the cache refresh plan was last executed.

Замечания

This property is read-only.

См. также

Справочник

CacheRefreshPlan Класс

Пространство имен ReportService2010

Другие ресурсы

Общий набор данных в кэше (служба SSRS)

Кэширование отчетов (службы SSRS)