Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains properties that indicate the state of a cache refresh plan.
Inheritance Hierarchy
System.Object
ReportService2010.CacheRefreshPlanState
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class CacheRefreshPlanState
'Usage
Dim instance As CacheRefreshPlanState
[SerializableAttribute]
public class CacheRefreshPlanState
[SerializableAttribute]
public ref class CacheRefreshPlanState
[<SerializableAttribute>]
type CacheRefreshPlanState = class end
public class CacheRefreshPlanState
The CacheRefreshPlanState type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CacheRefreshPlanState | Creates a new instance of the CacheRefreshPlanState class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.