SqlScriptPublishModel.ScriptError Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error event for generate or publish script
public event EventHandler<Microsoft.SqlServer.Management.SqlScriptPublish.ScriptEventArgs> ScriptError;
member this.ScriptError : EventHandler<Microsoft.SqlServer.Management.SqlScriptPublish.ScriptEventArgs>
Public Event ScriptError As EventHandler(Of ScriptEventArgs)