ITrace.Stopped Event
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Indicates that an ITrace has stopped.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Event Stopped As TraceStoppedEventHandler
'Usage
Dim instance As ITrace
Dim handler As TraceStoppedEventHandler
AddHandler instance.Stopped, handler
event TraceStoppedEventHandler Stopped
event TraceStoppedEventHandler^ Stopped {
void add (TraceStoppedEventHandler^ value);
void remove (TraceStoppedEventHandler^ value);
}
abstract Stopped : IEvent<TraceStoppedEventHandler,
EventArgs>
JScript supports the use of events, but not the declaration of new ones.