TransSynchronizationAgent Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the TransSynchronizationAgent class.
public:
TransSynchronizationAgent();
public TransSynchronizationAgent ();
Public Sub New ()
Remarks
The recommended method for creating an instance of TransSynchronizationAgent for a pull subscription is from the SynchronizationAgent property of an existing Replication Management Objects (RMO) TransPullSubscription object.
The recommended method for creating an instance of TransSynchronizationAgent for a push subscription is from the SynchronizationAgent property of an existing RMO TransSubscription object.