Partager via


Scripter.ScriptingError Event

Raises an event when an error occurs during a scripting operation.

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
Public Event ScriptingError As ScriptingErrorEventHandler
public event ScriptingErrorEventHandler ScriptingError
public:
event ScriptingErrorEventHandler^ ScriptingError {
    void add (ScriptingErrorEventHandler^ value);
    void remove (ScriptingErrorEventHandler^ value);
}
/** @event */
public void add_ScriptingError (ScriptingErrorEventHandler value)

/** @event */
public void remove_ScriptingError (ScriptingErrorEventHandler value)
JScript prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Scripter Class
Scripter Members
Microsoft.SqlServer.Management.Smo Namespace