Compartir a través de


Stopped Evento

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