Jaa


TraceReplay.ReplayPause Event

Invokes the handler before a replayed trace is paused.

Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Syntax

'Declaration
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.

Example

Readme_Tracer

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

TraceReplay Class
TraceReplay Members
Microsoft.SqlServer.Management.Trace Namespace

Other Resources

Trace Flags (Transact-SQL)
Using SQL Server Profiler