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


Класс CacheRefreshPlan

Represents a cache refresh plan.

Иерархия наследования

System.Object
  ReportService2010.CacheRefreshPlan

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

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class CacheRefreshPlan
'Применение
Dim instance As CacheRefreshPlan
[SerializableAttribute]
public class CacheRefreshPlan
[SerializableAttribute]
public ref class CacheRefreshPlan
[<SerializableAttribute>]
type CacheRefreshPlan =  class end
public class CacheRefreshPlan

Тип CacheRefreshPlan обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод CacheRefreshPlan Creates a new instance of the CacheRefreshPlan class.

В начало

Свойства

  Имя Описание
Открытое свойство CacheRefreshPlanID Gets or sets the unique identifier for the cache refresh plan.
Открытое свойство Description Gets or sets the description of for the cache refresh plan.
Открытое свойство ItemPath Gets or sets the fully qualified URL of the item with which to associate the cache refresh plan, including the file name (and extension in SharePoint mode).
Открытое свойство LastExecuted Gets or sets the date and time that the cache refresh plan was last executed by the report server.
Открытое свойство LastRunStatus Gets the most recent execution status of the cache refresh plan.
Открытое свойство ModifiedBy Gets the user that last modified the cache refresh plan.
Открытое свойство ModifiedDate Gets or sets the date and time the cache refresh plan was last modified.
Открытое свойство State Gets or sets the state of the cache refresh plan.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

A cache refresh plan is a user-defined schedule to preload a report cache or shared dataset cache based on certain criteria.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

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

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

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

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