Compartilhar via


Evento Stopped

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de eventos, mas não à declaração de eventos novos.

Implementa

ITrace. . :: . .Stopped

Consulte também

Referência