Udostępnij za pośrednictwem


sp_dropmergefilter (Transact-SQL)

Drops a merge filter.sp_dropmergefilter drops all the merge filter columns defined on the merge filter that is to be dropped.Ta procedura przechowywana jest wykonywana przez wydawcę na baza danych publikacja.

Topic link iconKonwencje składni języka Transact-SQL

sp_dropmergefilter [ @publication= ] 'publication', [ @article= ] 'article'     , [ @filtername= ] 'filtername'
    [ , [ @force_invalidate_snapshot= ] force_invalidate_snapshot ]
    [ , [ @force_reinit_subscription = ] force_reinit_subscription ]

Argumenty

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

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

  • [ @filtername=] 'filtername'
    Is the name of the filter to be dropped.filtername is sysname, with no default.

  • [ @force_invalidate_snapshot= ] force_invalidate_snapshot
    Enables or disables the ability to have a snapshot invalidated.force_invalidate_snapshot is a bit, with a default 0.

    0 Określa, które zmienia się na scalanie artykuł nie powodują migawka jest nieprawidłowy.

    1 oznacza, że zmiany wprowadzone w artykule korespondencji seryjnej może powodować migawka jest nieprawidłowy.Jeśli jest przypadek, wartość 1 daje uprawnienia dla nowego migawka wystąpienia.

  • [ @ force_reinit_subscription= ] force_reinit_subscription
    Enables or disables the ability to mark a subscription as not valid.force_reinit_subscription is a bit, with a default 0.

    0 Określa, że zmiany wprowadzone w korespondencji seryjnej filtr artykuł nie powodują subskrypcji jest nieprawidłowy.

    1 oznacza, że zmiany w filtrze artykuł korespondencji seryjnej powoduje, że subskrypcji jest nieprawidłowy.

Wartości kodów powrotnych

0 (sukces) lub 1 (brak)

Remarks

sp_dropmergefilter jest używane w korespondencji seryjnej replikacja.

Uprawnienia

Tylko członkowie sysadmin Rola serwera lub db_owner stała rola bazy danych może być wykonywany sp_dropmergefilter.