Délégué ScriptingErrorEventHandler
The ScriptingErrorEventHandler class represents the event handler that is used to handle scripting errors.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Delegate Sub ScriptingErrorEventHandler ( _
sender As Object, _
e As ScriptingErrorEventArgs _
)
'Utilisation
Dim instance As New ScriptingErrorEventHandler(AddressOf HandlerMethod)
public delegate void ScriptingErrorEventHandler(
Object sender,
ScriptingErrorEventArgs e
)
public delegate void ScriptingErrorEventHandler(
Object^ sender,
ScriptingErrorEventArgs^ e
)
type ScriptingErrorEventHandler =
delegate of
sender:Object *
e:ScriptingErrorEventArgs -> 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. . :: . .ScriptingErrorEventArgs
A ScriptingErrorhttps://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemeventargsclasstopic.asp EventArgs object that contains the event data.