ScriptingErrorEventHandler 委托
The ScriptingErrorEventHandler class represents the event handler that is used to handle scripting errors.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Delegate Sub ScriptingErrorEventHandler ( _
sender As Object, _
e As ScriptingErrorEventArgs _
)
用法
Dim instance As New ScriptingErrorEventHandler(AddressOf HandlerMethod)
public delegate void ScriptingErrorEventHandler(
Object sender,
ScriptingErrorEventArgs e
)
public delegate void ScriptingErrorEventHandler(
Object^ sender,
ScriptingErrorEventArgs^ e
)
type ScriptingErrorEventHandler =
delegate of
sender:Object *
e:ScriptingErrorEventArgs -> unit
JScript 支持使用委托,但不支持声明新委托。
参数
- sender
类型:System. . :: . .Object
An Object value that specifies the source of the event.
- e
类型:Microsoft.SqlServer.Management.Smo. . :: . .ScriptingErrorEventArgs
A ScriptingErrorhttps://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemeventargsclasstopic.asp EventArgs object that contains the event data.