TransSynchronizationAgent.Status Event
Occurs when the Distribution Agent returns synchronization status information.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Deklaracja
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 supports the use of events, but not the declaration of new ones.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.