MissingParameterValue プロパティ
必要なクエリ パラメーターが欠けているためにエラーが発生したかどうかを示す Boolean 値を取得または設定します。
名前空間: ReportService2010
アセンブリ: ReportService2010 (ReportService2010.dll)
構文
'宣言
Public Property MissingParameterValue As Boolean
Get
Set
'使用
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)
プロパティ値
型: System. . :: . .Boolean
必要なクエリ パラメーターが欠けている場合は true、それ以外の場合は false になります。
説明
このエラーは、クエリ パラメーターの共有データセットが読み取り専用から読み取り専用以外の設定に変更されたときに発生する場合があります。