TransSynchronizationAgent Constructor

Definition

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.

Applies to