This document is archived and information here might be outdated. Recommended version. |
Indicates whether only those rows where MinPS or MaxPS is either null or -1 are updated.
[Visual Basic .NET]
Public Property UpdateMissingValuesOnly As Boolean
[C#]
public bool UpdateMissingValuesOnly {get; set;}
[C++]
HRESULT get_UpdateMissingValuesOnly(
VARIANT_BOOL pbUpdateMissingValuesOnly
);
[C++]
HRESULT put_UpdateMissingValuesOnly(
Boolean* pbUpdateMissingValuesOnly
);
[C++] Parameters pbUpdateMissingValuesOnly [in]
pbUpdateMissingValuesOnly is a parameter of type bool pbUpdateMissingValuesOnly [out, retval]
pbUpdateMissingValuesOnly is a parameter of type bool*