ScriptingErrorEventHandler Delegate
SQL Server 2005
The ScriptingErrorEventHandler class represents the event handler that is used to handle scripting errors.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
public delegate void ScriptingErrorEventHandler ( Object sender, ScriptingErrorEventArgs e )
/** @delegate */ public delegate void ScriptingErrorEventHandler ( Object sender, ScriptingErrorEventArgs e )
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- sender
An Object value that specifies the source of the event.
- e
A ScriptingErrorEventArgs object that contains the event data.
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.