Udostępnij przez


TraceReplay.ReplayStop Event

Invokes the handler before a replayed trace is stopped.

Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in microsoft.sqlserver.connectioninfoextended.dll)

Syntax

'Deklaracja
Public Event ReplayStop As ReplayStopHandler
public event ReplayStopHandler ReplayStop
public:
event ReplayStopHandler^ ReplayStop {
    void add (ReplayStopHandler^ value);
    void remove (ReplayStopHandler^ value);
}
/** @event */
public void add_ReplayStop (ReplayStopHandler value)

/** @event */
public void remove_ReplayStop (ReplayStopHandler 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.