MergeSubscription Object

后续版本的 Microsoft SQL Server 将删除该功能。请避免在新的开发工作中使用该功能,并着手修改当前还在使用该功能的应用程序。

The MergeSubscription object represents a push subscription (made from the Publisher) to a merge publication.

显示当前对象的 SQL-DMO 对象模型

Properties

EnabledForSyncMgr Property

Subscriber Property

MergeJobID Property

SubscriberType Property (MergePullSubscription, MergeSubscription)

Name Property

SubscriptionDB Property

Priority Property

SubscriptionType Property

Status Property (Subscription Objects)

SyncType Property

Methods

BeginAlter Method

ReInitialize Method

CancelAlter Method

Remove Method (Objects)

DoAlter Method

Script Method (Replication Objects)

备注

With the MergeSubscription object, you can:

  • Add a push subscription to a merge publication.
  • Change the properties of an existing push merge subscription.

To create a merge push subscription at the Publisher

  1. Create a new MergeSubscription object.

  2. Set the Subscriber property to the name of an existing Subscriber.

  3. Set the SubscriptionDB property to the name of the database (at the Subscriber) where the subscription data will be stored.

  4. Note that the Name property defaults to subscriber**:**subscription_database.

  5. Add the MergeSubscription object to the MergeSubscriptions collection of a connected MergePublication object.

To alter an existing merge push subscription

  1. Get a MergeSubscription object from the MergeSubscriptions collection of a connected MergePublication object.

  2. Use the BeginAlter method to mark the beginning of the changes.

  3. Set the MergeSubscription object properties to reflect the changes to the merge push subscription.

  4. Use the DoAlter method to submit the changes to Microsoft SQL Server.

ms133971.note(zh-cn,SQL.90).gif注意:
The MergeSubscription object is compatible with instances of SQL Server versions 7.0 and later. However, the MergeSubscription2 object extends the functionality of the MergeSubscription object for use with features that were introduced in SQL Server 2000.

请参阅

参考

MergeSubscription2 Object

帮助和信息

获取 SQL Server 2005 帮助