다음을 통해 공유


MissingParameterValue 속성

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

네임스페이스:  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 if required query parameters are missing; otherwise, false.

주의

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