Compartir a través de


Evento Trace.Stopped

Indicates that a Trace has stopped. This class cannot be inherited.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Event Stopped As TraceStoppedEventHandler
'Uso
Dim instance As Trace 
Dim handler As TraceStoppedEventHandler 

AddHandler instance.Stopped, handler
public event TraceStoppedEventHandler Stopped
public:
virtual   event TraceStoppedEventHandler^ Stopped {
    void add (TraceStoppedEventHandler^ value);
    void remove (TraceStoppedEventHandler^ value);
}
abstract Stopped : IEvent<TraceStoppedEventHandler,
    EventArgs>
override Stopped : IEvent<TraceStoppedEventHandler,
    EventArgs>
JScript admite el uso de eventos, pero no la declaración de otros nuevos.

Implementa

ITrace.Stopped

Vea también

Referencia

Trace Clase

Espacio de nombres Microsoft.AnalysisServices