MergePublication.DisableSynchronizationPartner 메서드
SQL Server 2012
Disables the specified synchronization partner for this merge publication.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
public void DisableSynchronizationPartner( string publisher, string publicationDB, string publication )
매개 변수
- publisher
- 유형: System.String
The Publisher name.
- publicationDB
- 유형: System.String
The publication database name.
- publication
- 유형: System.String
The publication name.
![]() |
---|
Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 가능한 한 빨리 수정하십시오. |
The DisableSynchronizationPartner method can only be called by members of the sysadmin fixed server role at the Publisher or by members of the db_owner fixed database role on the publication database.
Calling DisableSynchronizationPartner is equivalent to executing sp_dropmergealternatepublisher.
표시: