Compartir a través de


Evento ITrace.Stopped

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Indicates that an ITrace has stopped.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Event Stopped As TraceStoppedEventHandler
'Uso
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 admite el uso de eventos, pero no la declaración de otros nuevos.

Vea también

Referencia

ITrace Interfaz

Espacio de nombres Microsoft.AnalysisServices