SqlSmoObject.CheckObjectStateImpl(Boolean) Method

Definition

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

Applies to