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 支援事件的使用,但不支援新事件的宣告。