Udostępnij za pośrednictwem


Metoda MergePullSubscription.EnumSynchronizationPartners

Zwraca alternatywny partnerów do synchronizacji

Przestrzeń nazw:  Microsoft.SqlServer.Replication
Zestaw:  Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)

Składnia

'Deklaracja
Public Function EnumSynchronizationPartners As ArrayList
'Użycie
Dim instance As MergePullSubscription
Dim returnValue As ArrayList

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

Wartość zwracana

Typ: System.Collections.ArrayList
ArrayList z SynchronizationPartner obiektów.

Uwagi

The alternate synchronization partners feature of merge replication has been deprecated for Microsoft SQL Server 2005.

EnumSynchronizationPartners Metoda może być wywoływana tylko przez członków lista dostępu do publikacja (PAL) dla publikacja.

Wywołanie EnumSynchronizationPartners jest równoważne wykonywanie sp_helpmergealternatepublisher.

The EnumSynchronizationPartners method is available only for instances of Microsoft SQL Server 2000 and Microsoft SQL Server 2005.