Événement TransferBase.ScriptingError
Reports that an error occurred during the scripting process.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Syntaxe
'Déclaration
Public Event ScriptingError As ScriptingErrorEventHandler
'Utilisation
Dim instance As TransferBase
Dim handler As ScriptingErrorEventHandler
AddHandler instance.ScriptingError, handler
public event ScriptingErrorEventHandler ScriptingError
public:
event ScriptingErrorEventHandler^ ScriptingError {
void add (ScriptingErrorEventHandler^ value);
void remove (ScriptingErrorEventHandler^ value);
}
member ScriptingError : IEvent<ScriptingErrorEventHandler,
ScriptingErrorEventArgs>
JScript prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.