Поделиться через


TransSynchronizationAgent Constructor

Creates an instance of the TransSynchronizationAgent class.

Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Синтаксис

'Декларация
Public Sub New
public TransSynchronizationAgent ()
public:
TransSynchronizationAgent ()
public TransSynchronizationAgent ()
public function TransSynchronizationAgent ()

Замечания

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

TransSynchronizationAgent Class
TransSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace

Другие ресурсы

Как синхронизировать подписку по запросу (программирование объектов RMO)
Как синхронизировать принудительную подписку (программирование объектов RMO)