Aracılığıyla paylaş


sp_addmergealternatepublisher (Transact-SQL)

Farklı eşitleme ortak olarak kullanmak üzere bir abonenin yeteneği ekler.yayın özellikleri ile diğer yayımcıları aboneleri eşitleyebilirsiniz belirtmeniz gerekir.Bu saklı yordam, abonelik veritabanı abone adresindeki yürütülür.

Konu bağlantısı simgesiTransact-sql sözdizimi kuralları

Sözdizimi

sp_addmergealternatepublisher [ @publisher= ] 'publisher'
          , [ @publisher_db= ] 'publisher_db'
          , [ @publication= ] 'publication'
          , [ @alternate_publisher= ] 'alternate_synchronization_partner'
          , [ @alternate_publisher_db= ] 'alternate_publisher_db'
          , [ @alternate_publication= ] 'alternate_synchronization_partner'
     , [ @alternate_distributor= ] 'alternate_distributor' 
    [ , [ @friendly_name= ] 'friendly_name' ] 
    [ , [ @reserved= ] 'reserved' ]

Bağımsız değişkenler

  • [ @publisher=] 'publisher'
    Is the name of the Publisher.publisher is sysname, with no default.

  • [ @publisher_db=] 'publisher_db'
    Is the name of the publication database.publisher_db is sysname, with no default.

  • [ @publication=] 'publication'
    Is the name of the publication.publication is sysname, with no default.

  • [ @alternate_publisher=] 'alternate_synchronization_partner'
    Is the name of the alternate Publisher.alternate_synchronization_partner is sysname, with no default.

  • [ @alternate_publisher_db=] 'alternate_publisher_db'
    Is the name of the publication database on the alternate publisher.alternate_publisher_db is sysname, with no default.

  • [ @alternate_publication=] 'alternate_synchronization_partner'
    Is the name of the publication on the alternate synchronization partner.alternate_synchronization_partner is sysname, with no default.

  • [ @alternate_distributor=] 'alternate_distributor'
    Is the name of the Distributor for the alternate synchronization partner.alternate_distributor is sysname, with no default.

  • [ @friendly_name=] 'friendly_name'
    Is a display name by which the association of Publisher, publication, and Distributor that makes up an alternate synchronization partner can be identified.friendly_name is nvarchar(255), with a default of NULL.

  • [ @reserved=] 'reserved'
    Yalnızca bilgi amaçlı olarak belirtilmiştir. Desteklenmez. Gelecekteki uyumluluk garanti edilmez.

Dönüş Kodu Değerleri

0 (başarılı) veya 1 (başarısız)

Açıklamalar

sp_addmergealternatepublisher birleştirmede kullanılan çoğaltma.

İzinler

Yalnızca üyeleri sysadmin sabit sunucu rolü veya db_owner sabit veritabanı rolü olabilir yürütmek sp_addmergealternatepublisher.