Événement SessionTrace.Stopped
Occurs when the session stopped.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Event Stopped As TraceStoppedEventHandler
'Utilisation
Dim instance As SessionTrace
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.