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 MergeSynchronizationAgent class.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Declaration
Public Sub New
public MergeSynchronizationAgent ()
public:
MergeSynchronizationAgent ()
public MergeSynchronizationAgent ()
public function MergeSynchronizationAgent ()
Remarks
The recommended method for instantiating MergeSynchronizationAgent for a pull subscription is from the SynchronizationAgent property of an existing Replication Management Objects (RMO) MergePullSubscription object.
The recommended method for instantiating MergeSynchronizationAgent for a push subscription is from the SynchronizationAgent property of an existing RMO MergeSubscription object.
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
MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace
Other Resources
How to: Synchronize a Pull Subscription (RMO Programming)
How to: Synchronize a Push Subscription (RMO Programming)