Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of the AlternateSynchronizationPartner class with all required properties.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Declaration
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
)
Parameters
- 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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
AlternateSynchronizationPartner Class
AlternateSynchronizationPartner Members
Microsoft.SqlServer.Replication Namespace