AddAlternatePublisher Method

未來的 Microsoft SQL Server 發行版本將不再提供此功能。請避免在新的開發工作中使用此功能,並計劃修改目前使用此功能的應用程式。

The AddAlternatePublisher method adds a server to a list of alternate Publishers. Subscribers to a publication can synchronize with listed alternate Publishers.

語法

object
.AddAlternatePublisher(
szAlternatePublisher 
,
szAlternatePublicationDB 
,
szAlternatePublication 
, 
[ szAlternateDistributor ] , 
[ szFriendlyName ] )

Parts

  • object
    Expression that evaluates to an object in the Applies To list.
  • szAlternatePublisher
    String that specifies the name of the alternate Publisher.
  • szAlternatePublicationDB
    String that specifies the name of the publication database.
  • szAlternatePublication
    String that specifies the name of the publication.
  • szAlternateDistributor
    String that specifies the name of the Distributor for the alternate Publisher.
  • szFriendlyName
    String that specifies a description for the alternate Publisher.

Prototype (C/C++)

HRESULT AddAlternatePublisher(
SQLDMO_LPCSTR pszAlternatePublisher, 
SQLDMO_LPCSTR pszAlternatePublicationDB, 
SQLDMO_LPCSTR pszAlternatePublication, 
SQLDMO_LPCSTR pszAlternateDistributor, 
SQLDMO_LPCSTR pszFriendlyName);

備註

Use the AddAlternatePublisher method to add a server to a list of alternate Publishers to which Subscribers can synchronize. The list is stored at both the Publisher and Subscriber. A Subscriber can run the EnumAlternatePublishers method to obtain a list of enabled alternate Publishers and potential alternate Publishers. Subscribers can then synchronize with any listed enabled alternate Publisher.

Use the RemoveAlternatePublisher method to remove a server from the list of alternate Publishers.

ms143017.note(zh-tw,SQL.90).gif附註:
If an application calls AddAlternatePublisher on an instance of SQL Server version 7.0, the constant, SQLDMO_E_SQL80ONLY, and the message "This property or method requires Microsoft SQL Server 2000" are returned.

Applies to:

MergePublication2 Object

請參閱

參考

AllowSyncToAlternate Property
EnumAlternatePublishers Method
RemoveAlternatePublisher Method

說明及資訊

取得 SQL Server 2005 協助