다음을 통해 공유


MergePublication.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 alternate synchronization partners.

주의

[!참고]

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.

참고 항목

참조

MergePublication 클래스

Microsoft.SqlServer.Replication 네임스페이스

관련 자료

SQL Server 복제에서 사용되지 않는 기능