共用方式為


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)