TraceReplay.ReplayPause Event
Invokes the handler before a replayed trace is paused.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in microsoft.sqlserver.connectioninfoextended.dll)
Syntax
'Deklaracja
Public Event ReplayPause As ReplayPauseHandler
public event ReplayPauseHandler ReplayPause
public:
event ReplayPauseHandler^ ReplayPause {
void add (ReplayPauseHandler^ value);
void remove (ReplayPauseHandler^ value);
}
/** @event */
public void add_ReplayPause (ReplayPauseHandler value)
/** @event */
public void remove_ReplayPause (ReplayPauseHandler value)
JScript supports the use of events, but not the declaration of new ones.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also