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

注解

当查询参数共享数据集从只读设置修改为非只读设置时,可能会发生此错误。

适用于