TransSynchronizationAgent Constructor
Creates an instance of the TransSynchronizationAgent class.
Namespace: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Declaration
Public Sub New
public TransSynchronizationAgent ()
public:
TransSynchronizationAgent ()
public TransSynchronizationAgent ()
public function TransSynchronizationAgent ()
Hinweise
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
TransSynchronizationAgent Class
TransSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace
Andere Ressourcen
Vorgehensweise: Synchronisieren eines Pullabonnements (RMO-Programmierung)
Vorgehensweise: Synchronisieren eines Pushabonnements (RMO-Programmierung)