MergePullSubscriptions 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 MergePullSubscriptions collection is a group of MergePullSubscription objects.

SQL-DMO object model that shows the current object

Remarks

With the MergePullSubscriptions collection, you can:

  • Remove a merge pull subscription at the Subscriber.

  • Remove a merge anonymous subscription at the Subscriber.

To delete a merge pull subscription at the Subscriber

  1. Get a MergePullSubscription object from the MergePullSubscriptions collection of a connected ReplicationDatabase object at the Subscriber.

  2. Use the Remove method.

To delete a merge anonymous subscription at the Subscriber

  1. Get a MergePullSubscription object from the MergePullSubscriptions collection of a connected ReplicationDatabase object at the Subscriber.

  2. Use the Remove method.