Udostępnij przez


TraceReplay.ReplayResultEvent Event

Invokes the handler before a result is returned from a replayed event.

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

Syntax

'Deklaracja
Public Event ReplayResultEvent As ReplayResultEventHandler
public event ReplayResultEventHandler ReplayResultEvent
public:
event ReplayResultEventHandler^ ReplayResultEvent {
    void add (ReplayResultEventHandler^ value);
    void remove (ReplayResultEventHandler^ value);
}
/** @event */
public void add_ReplayResultEvent (ReplayResultEventHandler value)

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