ScriptingErrorEventArgs Class
The ScriptingErrorEventArgs object provides programmatic access to the arguments used to report the errors that occur during scripting operations.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Class ScriptingErrorEventArgs _
Inherits EventArgs
'Usage
Dim instance As ScriptingErrorEventArgs
public class ScriptingErrorEventArgs : EventArgs
public ref class ScriptingErrorEventArgs : public EventArgs
type ScriptingErrorEventArgs =
class
inherit EventArgs
end
public class ScriptingErrorEventArgs extends EventArgs
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Smo.ScriptingErrorEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.