SqlSmoObject.CheckObjectState 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
CheckObjectState() | |
CheckObjectState(Boolean) |
This is a virtual function, so that derived classes can override it if they want to do additional checks on the state of the object |
CheckObjectState()
protected void CheckObjectState ();
member this.CheckObjectState : unit -> unit
Protected Sub CheckObjectState ()
Applies to
CheckObjectState(Boolean)
This is a virtual function, so that derived classes can override it if they want to do additional checks on the state of the object
protected virtual void CheckObjectState (bool throwIfNotCreated);
abstract member CheckObjectState : bool -> unit
override this.CheckObjectState : bool -> unit
Protected Overridable Sub CheckObjectState (throwIfNotCreated As Boolean)
Parameters
- throwIfNotCreated
- Boolean