SessionTrace.Stopped 이벤트

Occurs when the session stopped.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Event Stopped As TraceStoppedEventHandler
‘사용 방법
Dim instance As SessionTrace 
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

참고 항목

참조

SessionTrace 클래스

Microsoft.AnalysisServices 네임스페이스