ReplayStop 이벤트
Invokes the handler before a replayed trace is stopped.
네임스페이스: Microsoft.SqlServer.Management.Trace
어셈블리: Microsoft.SqlServer.ConnectionInfoExtended(Microsoft.SqlServer.ConnectionInfoExtended.dll)
구문
‘선언
Public Event ReplayStop As ReplayStopHandler
‘사용 방법
Dim instance As TraceReplay
Dim handler As ReplayStopHandler
AddHandler instance.ReplayStop, handler
public event ReplayStopHandler ReplayStop
public:
event ReplayStopHandler^ ReplayStop {
void add (ReplayStopHandler^ value);
void remove (ReplayStopHandler^ value);
}
member ReplayStop : IEvent<ReplayStopHandler,
EventArgs>
Jscript는 이벤트 사용을 지원하지만 새로운 이벤트 선언은 지원하지 않습니다.