Condividi tramite


MergeSynchronizationAgent.Status Event

Occurs when the Merge Agent returns synchronization status information.

Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Sintassi

'Dichiarazione
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 non supporta la dichiarazione di nuovi eventi ma ne supporta l'utilizzo.

Osservazioni

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace

Altre risorse

Sales Orders Sample Implementation Details