Partager via


Propriété 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.

Espace de noms :  ReportService2010
Assembly :  ReportService2010 (en ReportService2010.dll)

Syntaxe

'Déclaration
Public Property UnknownItemParameter As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

CacheRefreshPlanState Classe

Espace de noms ReportService2010

Autres ressources

Mettre en cache les datasets partagés (SSRS)

Mise en cache de rapports (SSRS)