SqlSmoObject.PostAlter 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 altering the object
protected virtual void PostAlter ();
abstract member PostAlter : unit -> unit
override this.PostAlter : unit -> unit
Protected Overridable Sub PostAlter ()