Share via


TransferBase.ScriptingError-Ereignis

Reports that an error occurred during the scripting process.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public Event ScriptingError As ScriptingErrorEventHandler
'Usage
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 unterstützt die Verwendung von Ereignissen, aber nicht die Deklaration neuer Ereignisse.

Siehe auch

Verweis

TransferBase Klasse

Microsoft.SqlServer.Management.Smo-Namespace