Condividi tramite


Delegato SmoApplication.DatabaseEventHandler

The SmoApplication..::..DatabaseEventHandler class represents the event handler that handles database events.

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

Sintassi

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

Parametri