CacheRefreshPlanState.UnknownItemParameter 属性

Gets or sets a Boolean value that indicates whether an error occurred because an unknown parameter is provided in the cache refresh plan.

命名空间:  ReportService2010
程序集:  ReportService2010(在 ReportService2010.dll 中)

语法

声明
Public Property UnknownItemParameter As Boolean 
    Get 
    Set
用法
Dim instance As CacheRefreshPlanState 
Dim value As Boolean 

value = instance.UnknownItemParameter

instance.UnknownItemParameter = value
public bool UnknownItemParameter { get; set; }
public:
property bool UnknownItemParameter {
    bool get ();
    void set (bool value);
}
member UnknownItemParameter : bool with get, set
function get UnknownItemParameter () : boolean 
function set UnknownItemParameter (value : boolean)

属性值

类型:System.Boolean
true if an unknown parameter is provided in the cache refresh plan; otherwise, false.

请参阅

参考

CacheRefreshPlanState 类

ReportService2010 命名空间

其他资源

缓存共享数据集 (SSRS)

缓存报表 (SSRS)