Поделиться через


Метод EnumMergePartitions

Returns the Subscriber partitions defined for this merge publication.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Function EnumMergePartitions As ArrayList
'Применение
Dim instance As MergePublication
Dim returnValue As ArrayList

returnValue = instance.EnumMergePartitions()
public ArrayList EnumMergePartitions()
public:
ArrayList^ EnumMergePartitions()
member EnumMergePartitions : unit -> ArrayList 
public function EnumMergePartitions() : ArrayList

Возвращаемое значение

Тип: System.Collections. . :: . .ArrayList
An ArrayList of MergePartition objects.

Замечания

Calling EnumMergePartitions is equivalent to executing sp_helpmergepartition.

The EnumMergePartitions method can only be called by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.

The EnumMergePartitions method is available only for instances of Microsoft SQL Server 2005.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.