MergeSubsetFilters Collection

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

The MergeSubsetFilters collection is a group of MergeSubsetFilter objects.

SQL-DMO object model that shows the current object

Remarks

With the MergeSubsetFilters collection, you can:

  • Remove a merge filter from an article of a merge publication.

To remove a merge filter from a merge article

  1. Get a MergeSubsetFilter object from the MergeSubsetFilters collection of a connected MergeArticle object.

  2. Use the Remove method.