Compartir a través de


Evento TransferBase.ScriptingError

Reports that an error occurred during the scripting process.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Event ScriptingError As ScriptingErrorEventHandler
'Uso
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 admite el uso de eventos, pero no la declaración de otros nuevos.

Vea también

Referencia

TransferBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo