Share via


TraceReplay.ReplayStart Event

Invokes the handler before a replayed trace is started.

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

Syntax

'Declaration
Public Event ReplayStart As ReplayStartHandler
'Usage
Dim instance As TraceReplay
Dim handler As ReplayStartHandler

AddHandler instance.ReplayStart, handler
public event ReplayStartHandler ReplayStart
public:
 event ReplayStartHandler^ ReplayStart {
    void add (ReplayStartHandler^ value);
    void remove (ReplayStartHandler^ value);
}
member ReplayStart : IEvent<ReplayStartHandler,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.

Examples

Readme_Tracer