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


MergeSynchronizationAgent.Status Event

Occurs when the Merge Agent returns synchronization status information.

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

Синтаксис

'Декларация
Public Event Status As StatusEventHandler
public event StatusEventHandler Status
public:
event StatusEventHandler^ Status {
    void add (StatusEventHandler^ eventHandler);
    void remove (StatusEventHandler^ eventHandler);
}
/** @event */
public void add_Status (StatusEventHandler eventHandler)

/** @event */
public void remove_Status (StatusEventHandler eventHandler)
JScript поддерживает использование событий, но не объявление новых.

Замечания

The Status event can be handled during synchronous agent execution to display agent status information in an application.

The Status event is handled by the AgentCore.StatusEventHandler delegate, which returns agent status information.

Платформы

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

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

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

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

См. также

Справочник

MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace

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

Sales Orders Sample Implementation Details