Метод EnumSynchronizationPartners
Returns the alternate synchronization partners for this merge publication.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public Function EnumSynchronizationPartners As ArrayList
'Применение
Dim instance As MergePublication
Dim returnValue As ArrayList
returnValue = instance.EnumSynchronizationPartners()
public ArrayList EnumSynchronizationPartners()
public:
ArrayList^ EnumSynchronizationPartners()
member EnumSynchronizationPartners : unit -> ArrayList
public function EnumSynchronizationPartners() : ArrayList
Возвращаемое значение
Тип: System.Collections. . :: . .ArrayList
An ArrayList of AlternateSynchronizationPartner objects.
Замечания
Примечание |
---|
В будущей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется. |
The EnumSynchronizationPartners method can only be called by members of the publication access list (PAL) for the publication.
Calling EnumSynchronizationPartners is equivalent to executing sp_helpmergealternatepublisher.
The EnumSynchronizationPartners method is available only for instances of Microsoft SQL Server 2000 and SQL Server 2005.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
См. также