QeStatementCompletedEventHandler 대리자
Represents the method that will handle the statement completed events.
네임스페이스: Microsoft.SqlServer.Management.MultiServerConnection
어셈블리: Microsoft.SqlServer.Management.MultiServerConnection(Microsoft.SqlServer.Management.MultiServerConnection.dll)
구문
‘선언
Public Delegate Sub QeStatementCompletedEventHandler ( _
sender As Object, _
resultInfo As NonQueryResult _
)
‘사용 방법
Dim instance As New QeStatementCompletedEventHandler(AddressOf HandlerMethod)
public delegate void QeStatementCompletedEventHandler(
Object sender,
NonQueryResult resultInfo
)
public delegate void QeStatementCompletedEventHandler(
Object^ sender,
NonQueryResult^ resultInfo
)
type QeStatementCompletedEventHandler =
delegate of
sender:Object *
resultInfo:NonQueryResult -> unit
Jscript는 위임 사용을 지원하지만 새로운 위임의 선언은 지원하지 않습니다.
매개 변수
- sender
유형: System. . :: . .Object
The Object that initiated the event.
- resultInfo
유형: Microsoft.SqlServer.Management.MultiServerConnection. . :: . .NonQueryResult
The NonQueryResult which contains the information needed to process the event.