UIConnectionInfoUtil::NewConnectionFromQEEventArgs Class
Represents parameters for NewConnectionFromQE event that will be fired by QE part of SQL workbench when it establishes a new connection.
Assembly: ConnectionDlg (in ConnectionDlg.dll)
System::EventArgs
Microsoft.SqlServer.Management.UI.ConnectionDlg::UIConnectionInfoUtil::NewConnectionFromQEEventArgs
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | ConnectionInfoList | Displays the list of ConnectionInfo. |
![]() | UIConnectionInfo | Represents the UIConnectionInfo. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


