Udostępnij przez


TraceReplay.ReplayEvent Event

Invokes the handler before an event is replayed.

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

Syntax

'Deklaracja
Public Event ReplayEvent As ReplayEventHandler
public event ReplayEventHandler ReplayEvent
public:
event ReplayEventHandler^ ReplayEvent {
    void add (ReplayEventHandler^ value);
    void remove (ReplayEventHandler^ value);
}
/** @event */
public void add_ReplayEvent (ReplayEventHandler value)

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