ConnectorEventHandler 대리자

Represents the method that will handle the event of a connection.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Public Delegate Sub ConnectorEventHandler ( _
    sender As Object, _
    args As ConnectorEventArgs _
)
‘사용 방법
Dim instance As New ConnectorEventHandler(AddressOf HandlerMethod)
public delegate void ConnectorEventHandler(
    Object sender,
    ConnectorEventArgs args
)
public delegate void ConnectorEventHandler(
    Object^ sender, 
    ConnectorEventArgs^ args
)
type ConnectorEventHandler = 
    delegate of  
        sender:Object * 
        args:ConnectorEventArgs -> unit
Jscript는 위임 사용을 지원하지만 새로운 위임의 선언은 지원하지 않습니다.

매개 변수

참고 항목

참조

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스