Délégué VerifyCompleteEventHandler
The VerifyCompleteEventHandler class represents the event handler that handles completion events.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (dans Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Delegate Sub VerifyCompleteEventHandler ( _
sender As Object, _
args As VerifyCompleteEventArgs _
)
'Utilisation
Dim instance As New VerifyCompleteEventHandler(AddressOf HandlerMethod)
public delegate void VerifyCompleteEventHandler(
Object sender,
VerifyCompleteEventArgs args
)
public delegate void VerifyCompleteEventHandler(
Object^ sender,
VerifyCompleteEventArgs^ args
)
type VerifyCompleteEventHandler =
delegate of
sender:Object *
args:VerifyCompleteEventArgs -> 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.
- args
Type : Microsoft.SqlServer.Management.Smo. . :: . .VerifyCompleteEventArgs
An VerifyCompleteEventArgs object that contains the event data.