Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Invokes the handler before a result is returned from a replayed event.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Event ReplayResultEvent As ReplayResultEventHandler
'Usage
Dim instance As TraceReplay
Dim handler As ReplayResultEventHandler
AddHandler instance.ReplayResultEvent, handler
public event ReplayResultEventHandler ReplayResultEvent
public:
event ReplayResultEventHandler^ ReplayResultEvent {
void add (ReplayResultEventHandler^ value);
void remove (ReplayResultEventHandler^ value);
}
member ReplayResultEvent : IEvent<ReplayResultEventHandler,
TraceEventArgs>
JScript supports the use of events, but not the declaration of new ones.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Trace Namespace