Compartir a través de


Evento AgentCore.Status

Occurs when a running agent returns status information.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public Event Status As AgentCore.StatusEventHandler
'Uso
Dim instance As AgentCore 
Dim handler As AgentCore.StatusEventHandler 

AddHandler instance.Status, handler
public event AgentCore.StatusEventHandler Status
public:
 event AgentCore.StatusEventHandler^ Status {
    void add (AgentCore.StatusEventHandler^ value);
    void remove (AgentCore.StatusEventHandler^ value);
}
member Status : IEvent<AgentCore.StatusEventHandler,
    StatusEventArgs>
JScript admite el uso de eventos, pero no la declaración de otros nuevos.

Comentarios

The Status event can be handled during synchronous agent execution to display agent status information in an application.

The Status event is handled by that AgentCore.StatusEventHandler delegate, which returns agent status information.

To handle the Status event, a Microsoft Visual Basic program must declare WithEvents of the appropriate type.

Vea también

Referencia

AgentCore Clase

Espacio de nombres Microsoft.SqlServer.Replication