SmoApplication.ObjectCreatedEventHandler 대리자
The SmoApplication..::..ObjectCreatedEventHandler class represents the event handler that is used to handle events when an object is created.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Delegate Sub ObjectCreatedEventHandler ( _
sender As Object, _
e As ObjectCreatedEventArgs _
)
‘사용 방법
Dim instance As New ObjectCreatedEventHandler(AddressOf HandlerMethod)
public delegate void ObjectCreatedEventHandler(
Object sender,
ObjectCreatedEventArgs e
)
public delegate void ObjectCreatedEventHandler(
Object^ sender,
ObjectCreatedEventArgs^ e
)
type ObjectCreatedEventHandler =
delegate of
sender:Object *
e:ObjectCreatedEventArgs -> unit
Jscript는 위임 사용을 지원하지만 새로운 위임의 선언은 지원하지 않습니다.
매개 변수
- sender
형식: System. . :: . .Object
An Object value that specifies the source of the event.
- e
형식: Microsoft.SqlServer.Management.Smo. . :: . .ObjectCreatedEventArgs
A Smohttps://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemeventargsclasstopic.asp EventArgs object that contains the event data.