UIConnectionInfoUtil.NewConnectionFromQEEventArgs Class

Definition

Represents parameters for NewConnectionFromQE event that will be fired by QE part of SQL workbench when it establishes a new connection.

public: ref class UIConnectionInfoUtil::NewConnectionFromQEEventArgs : EventArgs
public class UIConnectionInfoUtil.NewConnectionFromQEEventArgs : EventArgs
type UIConnectionInfoUtil.NewConnectionFromQEEventArgs = class
    inherit EventArgs
Public Class UIConnectionInfoUtil.NewConnectionFromQEEventArgs
Inherits EventArgs
Inheritance
UIConnectionInfoUtil.NewConnectionFromQEEventArgs

Constructors

UIConnectionInfoUtil.NewConnectionFromQEEventArgs()

Initializes a new instance of the UIConnectionInfoUtil.NewConnectionFromQEEventArgs class with the default property values.

UIConnectionInfoUtil.NewConnectionFromQEEventArgs(UIConnectionGroupInfo)

Initializes a new instance of the UIConnectionInfoUtil.NewConnectionFromQEEventArgs class with the specified connection information list parameter.

UIConnectionInfoUtil.NewConnectionFromQEEventArgs(UIConnectionInfo)

Initializes a new instance of the UIConnectionInfoUtil.NewConnectionFromQEEventArgs class with the specified connection information parameter.

Properties

ConnectionInfoList

Displays the list of ConnectionInfo.

UIConnectionInfo

Represents the UIConnectionInfo.

Applies to