ReplicationBaseCollection.InitList 方法
此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。
Initializes collection of replication base.
命名空間: 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
A collection of replication base.