Délégué SmoApplication.DatabaseEventHandler
The SmoApplication..::..DatabaseEventHandler class represents the event handler that handles database events.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Delegate Sub DatabaseEventHandler ( _
sender As Object, _
e As SmoEventArgs _
)
'Utilisation
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 prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.
Paramètres
- sender
Type : System. . :: . .Object
An Object value that specifies the source of the event.
- e
Type : Microsoft.SqlServer.Management.Smo. . :: . .SmoEventArgs
A SmoEventArgs object that contains the event data.