Compartir a través de


CacheRefreshPlanState.MissingParameterValue Propiedad

Gets or sets a Boolean value that indicates whether an error occurred because required query parameters are missing.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
Public Property MissingParameterValue As Boolean 
    Get 
    Set
'Uso
Dim instance As CacheRefreshPlanState 
Dim value As Boolean 

value = instance.MissingParameterValue

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

Valor de la propiedad

Tipo: System.Boolean
true if required query parameters are missing; otherwise, false.

Comentarios

This error can occur when a query parameter shared dataset is modified from read-only to a non-read-only setting.

Vea también

Referencia

CacheRefreshPlanState Clase

Espacio de nombres ReportService2010

Otros recursos

Almacenar en caché conjuntos de datos compartidos (SSRS)

Informes almacenados en caché (SSRS)