Événement Trace.Stopped

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Event Stopped As TraceStoppedEventHandler
'Utilisation
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 prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.

Implémente

ITrace.Stopped

Voir aussi

Référence

Trace Classe

Espace de noms Microsoft.AnalysisServices