Aracılığıyla paylaş


sp_dropmergesubscription (Transact-SQL)

Bir birleştirme yayın ve, ilişkili Birleştirme Aracısı için bir abonelik bırakır.Bu saklı yordam, yayın Veritabanı yayımcısına sırasında yürütülür.

Topic link iconTransact-SQL sözdizimi kuralları

sp_dropmergesubscription [ [ @publication= ] 'publication' ] 
    [ , [ @subscriber= ] 'subscriber'  
    [ , [ @subscriber_db= ] 'subscriber_db' ] 
    [ , [ @subscription_type= ] 'subscription_type' ] 
    [ , [ @ignore_distributor = ] ignore_distributor ] 
    [ , [ @reserved = ] reserved ]

Bağımsız değişkenler

  • [ @publication= ] 'publication'
    Is the publication name.publication is sysname, with a default of NULL.yayın zaten var ve gerekir tanımlayıcıları kurallarına uyar.

  • [ @subscriber=] 'subscriber'
    Is the name of the Subscriber.subscriber is sysname, with a default of NULL.

  • [ @subscriber_db= ] 'subscriber_db'
    Is the name of the subscription database.subscription_databaseis sysname, with a default of NULL.

  • [ @subscription_type= ] 'subscription_type'
    Is the type of subscription.subscription_typeis nvarchar(15), and can be one of these values.

    Değer

    Açıklama

    tüm

    Anonim abonelikler gönderme ve çekme

    Anonim

    Anonim abonelik.

    gönderme

    gönderme temelli abonelik.

    pull

    çekme temelli abonelik.

    her ikisi de (varsayılan)

    Hem gönderme, hem de çekme Abonelikler.

  • [ @ignore_distributor = ] ignore_distributor
    Indicates whether this stored procedure is executed without connecting to the Distributor.ignore_distributor is bit, with a default of 0.Bu parametre, bir abonelik dağıtımcı temizleme görevlere yapmadan bırakmak için kullanılabilir.dağıtımcı yeniden bağlanması durumunda da yararlıdır.

  • [ @reserved= ] reserved
    Is reserved for future use.reserved is bit, with a default of 0.

Dönüş Kodu Değerleri

0 (başarılı) veya 1 (hata)

Remarks

sp_dropmergesubscription birleştirme çoğaltmasında kullanılır.

İzinler

Yalnızca üyeleri sysadmin sabit sunucu rolü veya db_owner sabit veritabanı rolü için yürütmek sp_dropmergesubscription.