Metodo SmoCollectionBase.InitializeChildCollection (Boolean)
Initializes the child collections of the referenced collection with the option to refresh the properties of the referenced collection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Sub InitializeChildCollection ( _
refresh As Boolean _
)
'Utilizzo
Dim refresh As Boolean
Me.InitializeChildCollection(refresh)
protected void InitializeChildCollection(
bool refresh
)
protected:
void InitializeChildCollection(
bool refresh
)
member InitializeChildCollection :
refresh:bool -> unit
protected function InitializeChildCollection(
refresh : boolean
)
Parametri
- refresh
Tipo: System.Boolean
A Boolean value that specifies whether to refresh the referenced collection.If True, child objects are refreshed.If False, child objects are not refreshed.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.