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는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.