CacheRefreshPlanState.MissingParameterValue プロパティ

定義

必要なクエリパラメータが欠落しているためエラーが発生したかどうかを示す Boolean 値を取得または設定します。

public:
 property bool MissingParameterValue { bool get(); void set(bool value); };
public bool MissingParameterValue { get; set; }
member this.MissingParameterValue : bool with get, set
Public Property MissingParameterValue As Boolean

プロパティ値

true 必要なクエリパラメータが欠けている場合;それ以外は false

注釈

このエラーは、クエリパラメータ共有データセットが読み取り専用から非読み取り専用設定に変更されたときに発生します。

適用対象