Evento ITrace.Stopped

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Indicates that an ITrace has stopped.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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 dá suporte ao uso de eventos, mas não à declaração de eventos novos.

Consulte também

Referência

ITrace Interface

Namespace Microsoft.AnalysisServices