MergeSynchronizationAgent.ComStatus Event
This event supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Syntax
'Declaration
Public Event ComStatus As StatusEventHandler
public event StatusEventHandler ComStatus
public:
event StatusEventHandler^ ComStatus {
void add (StatusEventHandler^ eventHandler);
void remove (StatusEventHandler^ eventHandler);
}
/** @event */
public void add_ComStatus (StatusEventHandler eventHandler)
/** @event */
public void remove_ComStatus (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 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace