MergePublication.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 for this merge publication.
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 alternate synchronization partners.
Remarks
Note
This feature will be removed in a future version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
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.