Share via


MergePullSubscriptions Collection

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

The MergePullSubscriptions collection is a group of MergePullSubscription objects.

Modelo de objeto do SQL-DMO mostrando o objeto atual

Comentários

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.