SqlSmoObject.PostDrop 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.
this function is meant to be overriden by derived classes, if they have to do supplimentary actions after dropping the object
protected virtual void PostDrop ();
abstract member PostDrop : unit -> unit
override this.PostDrop : unit -> unit
Protected Overridable Sub PostDrop ()