Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invokes the handler before a replayed trace is stopped.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Event ReplayStop As ReplayStopHandler
'Usage
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 supports the use of events, but not the declaration of new ones.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Trace Namespace