TransferBase.ScriptingError 事件

Reports that an error occurred during the scripting process.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Public Event ScriptingError As ScriptingErrorEventHandler
用法
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 支持使用事件,但不支持声明新事件。

请参阅

参考

TransferBase 类

Microsoft.SqlServer.Management.Smo 命名空间