MergeArticles 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 MergeArticles collection is a group of MergeArticle objects.

SQL-DMO object model that shows the current object

Remarks

With the MergeArticles collection, you can:

  • Remove an article from a merge publication.

To remove an article (table) from a merge publication

  1. Get a MergeArticle object from the MergeArticles collection of a connected MergePublication object.

  2. Use the Remove method.