Condividi tramite


Delegato ReplayResultEventHandler

Represents the ReplayResultEventHandler event handler.

Spazio dei nomi  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)

Sintassi

'Dichiarazione
Public Delegate Sub ReplayResultEventHandler ( _
    sender As Object, _
    args As TraceEventArgs _
)
'Utilizzo
Dim instance As New ReplayResultEventHandler(AddressOf HandlerMethod)
public delegate void ReplayResultEventHandler(
    Object sender,
    TraceEventArgs args
)
public delegate void ReplayResultEventHandler(
    Object^ sender, 
    TraceEventArgs^ args
)
type ReplayResultEventHandler = 
    delegate of  
        sender:Object * 
        args:TraceEventArgs -> unit
JScript supporta l'utilizzo di delegati, ma non la dichiarazione di nuovi delegati.

Parametri

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Trace