MergePublication.EnumSynchronizationPartners Method

Definition

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.

Applies to