SmoCollectionBase.InitializeChildCollection Method

Definition

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 ()

Applies to