UIConnectionInfoUtil::NewConnectionFromQEEventArgs Class

 

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

Namespace:   Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

System::Object
  System::EventArgs
    Microsoft.SqlServer.Management.UI.ConnectionDlg::UIConnectionInfoUtil::NewConnectionFromQEEventArgs

public ref class NewConnectionFromQEEventArgs : EventArgs

NameDescription
System_CAPS_protmethodUIConnectionInfoUtil::NewConnectionFromQEEventArgs()

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

System_CAPS_pubmethodUIConnectionInfoUtil::NewConnectionFromQEEventArgs(UIConnectionGroupInfo^)

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

System_CAPS_pubmethodUIConnectionInfoUtil::NewConnectionFromQEEventArgs(UIConnectionInfo^)

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

NameDescription
System_CAPS_pubpropertyConnectionInfoList

Displays the list of ConnectionInfo.

System_CAPS_pubpropertyUIConnectionInfo

Represents the UIConnectionInfo.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: