ITrace.Stopped 事件

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

Indicates that an ITrace has stopped.

命名空间:  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 支持使用事件,但不支持声明新事件。

请参阅

参考

ITrace 接口

Microsoft.AnalysisServices 命名空间