SmoObjectExtender<T>.PropagateAlterToChildren 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.
Adds the Alter script of the child objects to the script.
protected void PropagateAlterToChildren (System.Collections.Specialized.StringCollection script, bool scriptParent = false);
member this.PropagateAlterToChildren : System.Collections.Specialized.StringCollection * bool -> unit
Protected Sub PropagateAlterToChildren (script As StringCollection, Optional scriptParent As Boolean = false)
Parameters
- script
- StringCollection
- scriptParent
- Boolean
Whether to also script Alter for the parent object