Proprietà 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.

Spazio dei nomi  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Sintassi

'Dichiarazione
Public Property UnknownItemParameter As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

CacheRefreshPlanState Classe

Spazio dei nomi ReportService2010

Altre risorse

Memorizzare nella cache set di dati condivisi (SSRS)

Memorizzazione dei report nella cache (SSRS)