MergePullSubscription.EnumSynchronizationPartners Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Alternate Synchronization Partners
public:
System::Collections::ArrayList ^ EnumSynchronizationPartners();
public System.Collections.ArrayList EnumSynchronizationPartners ();
member this.EnumSynchronizationPartners : unit -> System.Collections.ArrayList
Public Function EnumSynchronizationPartners () As ArrayList
Returns
An ArrayList of SynchronizationPartner objects.
Remarks
The alternate synchronization partners feature of merge replication has been deprecated for Microsoft SQL Server 2005.
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.