SmoCollectionBase.InitializeChildCollection 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.
Overloads
InitializeChildCollection(Boolean) |
Initializes the child collection, optionally keeping all the old objects |
InitializeChildCollection() |
Initialize the child collection |
InitializeChildCollection(Boolean)
Initializes the child collection, optionally keeping all the old objects
protected void InitializeChildCollection (bool refresh);
member this.InitializeChildCollection : bool -> unit
Protected Sub InitializeChildCollection (refresh As Boolean)
Parameters
- refresh
- Boolean
directs if we discard the old objects
Applies to
InitializeChildCollection()
Initialize the child collection
protected void InitializeChildCollection ();
member this.InitializeChildCollection : unit -> unit
Protected Sub InitializeChildCollection ()