SmoApplication.DatabaseEventHandler 대리자
The SmoApplication..::..DatabaseEventHandler class represents the event handler that handles database events.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.