Napomena
Za pristup ovoj stranici potrebna je autorizacija. Možete se pokušati prijaviti ili promijeniti direktorije.
Za pristup ovoj stranici potrebna je autorizacija. Možete pokušati promijeniti direktorije.
Invokes the handler before a result is returned from a replayed event.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)
Syntax
'Declaration
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.
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