This topic has not yet been rated - Rate this topic

MergeSynchronizationAgent.Status Event

Occurs when the Merge Agent returns synchronization status information.

Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
public event StatusEventHandler Status
/** @event */
public void add_Status (StatusEventHandler eventHandler)

/** @event */
public void remove_Status (StatusEventHandler eventHandler)

JScript supports the use of events, but not the declaration of new ones.

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.


Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.