ScriptingErrorEventHandler Delegate
SQL Server 2012
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)
public delegate void ScriptingErrorEventHandler( Object sender, ScriptingErrorEventArgs e )
Parameters
- sender
- Type: System.Object
An Object value that specifies the source of the event.
- e
- Type: Microsoft.SqlServer.Management.Smo.ScriptingErrorEventArgs
A ScriptingErrorhttp://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemeventargsclasstopic.asp EventArgs object that contains the event data.