ReplicationBaseCollection.InitList メソッド

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

レプリケーション ベース コレクションを初期化します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Protected MustOverride Function InitList As ArrayList
'使用
Dim returnValue As ArrayList 

returnValue = Me.InitList()
protected abstract ArrayList InitList()
protected:
virtual ArrayList^ InitList() abstract
abstract InitList : unit -> ArrayList
protected abstract function InitList() : ArrayList

戻り値

型: System.Collections.ArrayList
レプリケーション ベース コレクションです。

関連項目

参照

ReplicationBaseCollection クラス

Microsoft.SqlServer.Replication 名前空間