Поделиться через


Событие Trace.Stopped

Indicates that a Trace has stopped. This class cannot be inherited.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Event Stopped As TraceStoppedEventHandler
'Применение
Dim instance As Trace 
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 поддерживает использование событий, но не объявление новых.

Реализует

ITrace.Stopped

См. также

Справочник

Trace Класс

Пространство имен Microsoft.AnalysisServices