QueryRun.saveUserSetup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
saveUserSetup() |
Saves the user setup. |
saveUserSetup(Boolean) |
saveUserSetup()
Saves the user setup.
public:
virtual bool saveUserSetup();
public virtual bool saveUserSetup ();
abstract member saveUserSetup : unit -> bool
override this.saveUserSetup : unit -> bool
Public Overridable Function saveUserSetup () As Boolean
Returns
true if the setup was successfully saved; otherwise false.
Applies to
saveUserSetup(Boolean)
public:
virtual bool saveUserSetup(bool _saveIt);
public virtual bool saveUserSetup (bool _saveIt);
abstract member saveUserSetup : bool -> bool
override this.saveUserSetup : bool -> bool
Public Overridable Function saveUserSetup (_saveIt As Boolean) As Boolean
Parameters
- _saveIt
- Boolean