TraceReplay.ReplayStart Event
Invokes the handler before a replayed trace is started.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Syntax
'Declaration
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.
Example
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
TraceReplay Class
TraceReplay Members
Microsoft.SqlServer.Management.Trace Namespace