TransSynchronizationAgent.ComStatus Event
This event supports the SQL Server 2005 infrastructure and is not intended to be used directly from your code.
Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Sintassi
'Dichiarazione
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 non supporta la dichiarazione di nuovi eventi ma ne supporta l'utilizzo.
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
TransSynchronizationAgent Class
TransSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace