SmoApplication.DatabaseEventHandler 委派
The SmoApplication..::..DatabaseEventHandler class represents the event handler that handles database events.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Delegate Sub DatabaseEventHandler ( _
sender As Object, _
e As SmoEventArgs _
)
'用途
Dim instance As New DatabaseEventHandler(AddressOf HandlerMethod)
public delegate void DatabaseEventHandler(
Object sender,
SmoEventArgs e
)
public delegate void DatabaseEventHandler(
Object^ sender,
SmoEventArgs^ e
)
type DatabaseEventHandler =
delegate of
sender:Object *
e:SmoEventArgs -> unit
JScript 支援委託的使用,但不支援新委託的宣告。
參數
- sender
型別:System. . :: . .Object
An Object value that specifies the source of the event.
- e
型別:Microsoft.SqlServer.Management.Smo. . :: . .SmoEventArgs
A SmoEventArgs object that contains the event data.