Поделиться через


Метод SmoCollectionBase.InitializeChildCollection (Boolean)

Initializes the child collections of the referenced collection with the option to refresh the properties of the referenced collection.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Protected Sub InitializeChildCollection ( _
    refresh As Boolean _
)
'Применение
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
)

Параметры

  • refresh
    Тип: 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.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

Примеры

Использование коллекций

См. также

Справочник

SmoCollectionBase Класс

Перегрузка InitializeChildCollection

Пространство имен Microsoft.SqlServer.Management.Smo