RegisteredSubscriber Object
未來的 Microsoft SQL Server 版本將移除這項功能。請避免在新的開發工作中使用這項功能,並規劃修改目前使用這項功能的應用程式。
The RegisteredSubscriber object represents the information a Publisher has about a Subscriber.
Methods
備註
With the RegisteredSubscriber object, you can:
Add a Subscriber at the Distributor or Publisher.
Change the properties of an existing Subscriber at the Distributor or Publisher.
To add a Subscriber at the Publisher
Create a new RegisteredSubscriber object.
Set the Name property to the server name of the Subscriber.
Add the RegisteredSubscriber object to the RegisteredSubscribers collection of a connected Publisher object.
To add a Subscriber at the Distributor
Create a new RegisteredSubscriber object.
Set the Name property to the server name of the Subscriber.
Add the RegisteredSubscriber object to the RegisteredSubscribers collection of a connected DistributionPublishers object.
To alter an existing Subscriber at the Publisher
Get a RegisteredSubscriber object from the RegisteredSubscribers collection of a connected Publisher object.
Use the BeginAlter method to mark the beginning of the changes.
Set the RegisteredSubscriber object properties to reflect the changes to the Subscriber.
Use the DoAlter method to submit the changes to Microsoft SQL Server.
To alter an existing Subscriber at the Distributor
Get a RegisteredSubscriber object from the RegisteredSubscribers collection of a connected DistributionPublishers object.
Use the BeginAlter method to mark the beginning of the changes.
Set the RegisteredSubscriber object properties to reflect the changes to the Subscriber.
Use the DoAlter method to submit the changes to SQL Server.