Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the ReplayResultEventHandler event handler.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Syntax
'Declaration
Public Delegate Sub ReplayResultEventHandler ( _
sender As Object, _
args As TraceEventArgs _
)
public delegate void ReplayResultEventHandler (
Object sender,
TraceEventArgs args
)
public delegate void ReplayResultEventHandler (
Object^ sender,
TraceEventArgs^ args
)
/** @delegate */
public delegate void ReplayResultEventHandler (
Object sender,
TraceEventArgs args
)
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
An Object value that specifies the source of the event.
- args
A TraceEventArgs object that contains the event data.
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.