次の方法で共有


SmoCollectionBase.InitializeChildCollection メソッド (Boolean)

参照先コレクションの子コレクションを初期化します。参照先コレクションのプロパティを更新することも可能です。

名前空間:  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
    参照先コレクションを更新するかどうかを示す Boolean 値です。True の場合、子オブジェクトは更新されます。False の場合、子オブジェクトは更新されません。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

使用例

コレクションの使用

関連項目

参照

SmoCollectionBase クラス

InitializeChildCollection オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間