次の方法で共有


InitList メソッド

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

名前空間:  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