MergeSynchronizationAgent.Status Event
Occurs when the Merge Agent returns synchronization status information.
Espace de noms: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntaxe
'Déclaration
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 prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.
Notes
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace