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
'Deklaracja
Public Event ReplayStart As ReplayStartHandler
public event ReplayStartHandler ReplayStart
public:
event ReplayStartHandler^ ReplayStart {
void add (ReplayStartHandler^ value);
void remove (ReplayStartHandler^ value);
}
/** @event */
public void add_ReplayStart (ReplayStartHandler value)
/** @event */
public void remove_ReplayStart (ReplayStartHandler 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.
See Also