SqlSmoObject.CheckObjectStateImpl(Boolean) 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.
Checks object state Because it is not recusrive, this function can be called directly and which means derived classes can't supply their own validation
protected void CheckObjectStateImpl (bool throwIfNotCreated);
member this.CheckObjectStateImpl : bool -> unit
Protected Sub CheckObjectStateImpl (throwIfNotCreated As Boolean)
Parameters
- throwIfNotCreated
- Boolean