Stopped 事件

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Event Stopped As TraceStoppedEventHandler
用法
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 支持使用事件,但不支持声明新事件。