UIConnectionInfoUtil.NewConnectionFromQEEventHandler 대리자

정의

SQL 워크벤치의 QE 부분이 새 연결을 설정할 때 발생시키는 NewConnectionFromQE 이벤트의 프로토타입을 나타냅니다.

public: delegate void UIConnectionInfoUtil::NewConnectionFromQEEventHandler(System::Object ^ sender, UIConnectionInfoUtil::NewConnectionFromQEEventArgs ^ args);
public delegate void UIConnectionInfoUtil.NewConnectionFromQEEventHandler(object sender, UIConnectionInfoUtil.NewConnectionFromQEEventArgs args);
type UIConnectionInfoUtil.NewConnectionFromQEEventHandler = delegate of obj * UIConnectionInfoUtil.NewConnectionFromQEEventArgs -> unit
Public Delegate Sub UIConnectionInfoUtil.NewConnectionFromQEEventHandler(sender As Object, args As UIConnectionInfoUtil.NewConnectionFromQEEventArgs)

매개 변수

sender
Object

이벤트를 시작한 Object입니다.

args
UIConnectionInfoUtil.NewConnectionFromQEEventArgs

이벤트를 처리하는 데 필요한 정보를 포함하는 UIConnectionInfoUtil.NewConnectionFromQEEventArgs입니다.

적용 대상