Condividi tramite


AlternateSynchronizationPartner Constructor (String, String, String, String, String)

Creates an instance of the AlternateSynchronizationPartner class with all required properties.

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    publisher As String, _
    publisherDatabase As String, _
    publication As String, _
    distributor As String, _
    friendlyName As String _
)
public AlternateSynchronizationPartner (
    string publisher,
    string publisherDatabase,
    string publication,
    string distributor,
    string friendlyName
)
public:
AlternateSynchronizationPartner (
    String^ publisher, 
    String^ publisherDatabase, 
    String^ publication, 
    String^ distributor, 
    String^ friendlyName
)
public AlternateSynchronizationPartner (
    String publisher, 
    String publisherDatabase, 
    String publication, 
    String distributor, 
    String friendlyName
)
public function AlternateSynchronizationPartner (
    publisher : String, 
    publisherDatabase : String, 
    publication : String, 
    distributor : String, 
    friendlyName : String
)

Parametri

  • publisher
    Name of the alternate Publisher.
  • publisherDatabase
    Name of the publication database.
  • publication
    Name of the publication.
  • distributor
    Name of the Distributor.
  • friendlyName
    Friendly name for the association of Publisher, publication, and Distributor that makes up an alternate synchronization partner.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

AlternateSynchronizationPartner Class
AlternateSynchronizationPartner Members
Microsoft.SqlServer.Replication Namespace