SmoCollectionBase.InitializeChildCollection Method
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.
InitializeChildCollection(Boolean) |
Initializes the child collection, optionally keeping all the old objects |
InitializeChildCollection() |
Initialize the child collection |
Initializes the child collection, optionally keeping all the old objects
C#
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
Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 ja Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Toode | Versioonid |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |
Initialize the child collection
C#
protected void InitializeChildCollection();
member this.InitializeChildCollection : unit -> unit
Protected Sub InitializeChildCollection ()
Applies to
Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 ja Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Toode | Versioonid |
---|---|
Microsoft.SqlServer.SqlManagementObjects | 150.18208.0, 160.2004021.0 |