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 版本支持此命名空间、类或成员。