sp_dropmergefilter (języka 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 składowana jest wykonywany na Wydawca na bazie publikacja.
Składnia
sp_dropmergefilter [ @publication= ] 'publication', [ @article= ] 'article' , [ @filtername= ] 'filtername'
[ , [ @force_invalidate_snapshot= ] force_invalidate_snapshot ]
[ , [ @force_reinit_subscription = ] force_reinit_subscription ]
Argumenty
[ @ publikacja = 'publication"
Is the name of the publication.publication is sysname, with no default.[ @ artykuł = 'article"
Is the name of the article.article is sysname, with no default.[ @ NazwaFiltru = '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 zmiany artykuł korespondencji seryjnej nie powodują migawka się nieprawidłowy.
1 oznacza, że zmiany artykuł korespondencji seryjnej może spowodować migawka się nieprawidłowy.Jeśli to przypadek wartość 1 daje uprawnienie dla Nowa migawka występują.
[ @ 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 zmiany filtru artykuł korespondencji seryjnej nie powodują subskrypcje się nieprawidłowy.
1 oznacza, że zmiany filtru artykuł korespondencji seryjnej powoduje, że subskrypcje się nieprawidłowy.
Wartości kodów powrotnych
0 (sukces) lub 1 (błąd)
Uwagi
sp_dropmergefilter używane w replikacja scalająca.
Uprawnienia
Tylko członkowie sysadmin stała rola serwera lub db_owner ustaloną rola bazy danych można wykonać sp_dropmergefilter.