AgentCore.StatusEventHandler Delegate
Delegate that handles the Status event that is raised during agent execution.
Spazio dei nomi: Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
Sintassi
'Dichiarazione
<ComVisibleAttribute(False)> _
Public Delegate Sub StatusEventHandler ( _
sender As Object, _
e As StatusEventArgs _
)
[ComVisibleAttribute(false)]
public delegate void StatusEventHandler (
Object sender,
StatusEventArgs e
)
[ComVisibleAttribute(false)]
public delegate void StatusEventHandler (
Object^ sender,
StatusEventArgs^ e
)
/** @delegate */
/** @attribute ComVisibleAttribute(false) */
public delegate void StatusEventHandler (
Object sender,
StatusEventArgs e
)
JScript non supporta la dichiarazione di nuovi delegati ma ne supporta l'utilizzo.
Parametri
- sender
The source of the status event.
- e
A StatusEventArgs object that contains the event data.
Osservazioni
The Status event returns a status message from the replication agent during synchronization. The AgentCore.StatusEventHandler returns a StatusEventArgs object when the Status event occurs during agent execution.
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
Microsoft.SqlServer.Replication Namespace
Altre risorse
Procedura: Sincronizzazione di una sottoscrizione pull (programmazione RMO)
Procedura: Sincronizzazione di una sottoscrizione push (programmazione RMO)
Sales Orders Sample Implementation Details