Evento ITrace.Stopped
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Indicates that an ITrace has stopped.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Event Stopped As TraceStoppedEventHandler
'Utilizzo
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 supporta l'utilizzo di eventi, ma non la dichiarazione di nuovi eventi.