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 버전에서만 지원됩니다.