Класс CacheRefreshPlanState
Contains properties that indicate the state of a cache refresh plan.
Иерархия наследования
System.Object
ReportService2010.CacheRefreshPlanState
Пространство имен: ReportService2010
Сборка: ReportService2010 (в ReportService2010.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
Public Class CacheRefreshPlanState
'Применение
Dim instance As CacheRefreshPlanState
[SerializableAttribute]
public class CacheRefreshPlanState
[SerializableAttribute]
public ref class CacheRefreshPlanState
[<SerializableAttribute>]
type CacheRefreshPlanState = class end
public class CacheRefreshPlanState
Тип CacheRefreshPlanState обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
CacheRefreshPlanState | Creates a new instance of the CacheRefreshPlanState class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
CachingNotEnabledOnItem | Gets or sets a Boolean value that indicates whether an error occurred because caching is not enabled in the report or shared dataset. | |
InvalidParameterValue | Gets or sets a Boolean value that indicates whether an error occurred because the parameter values stored with the cache refresh plan are invalid. | |
MissingParameterValue | Gets or sets a Boolean value that indicates whether an error occurred because required query parameters are missing. | |
UnknownItemParameter | Gets or sets a Boolean value that indicates whether an error occurred because an unknown parameter is provided in the cache refresh plan. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен ReportService2010