Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the session stopped.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Event Stopped As TraceStoppedEventHandler
'Usage
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 supports the use of events, but not the declaration of new ones.