CacheRefreshPlanState Class

Definition

Contains properties that indicate the state of a cache refresh plan.

public ref class CacheRefreshPlanState
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class CacheRefreshPlanState
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type CacheRefreshPlanState = class
Public Class CacheRefreshPlanState
Inheritance
CacheRefreshPlanState
Attributes

Constructors

CacheRefreshPlanState()

Creates a new instance of the CacheRefreshPlanState class.

Properties

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.

Applies to