Share via


ReplicationBaseCollection.InitList Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Initializes collection of replication base.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Protected MustOverride Function InitList As ArrayList
'Usage
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

Return Value

Type: System.Collections.ArrayList
A collection of replication base.

See Also

Reference

ReplicationBaseCollection Class

Microsoft.SqlServer.Replication Namespace