UIConnectionInfoUtil.NewConnectionFromQEEventArgs Constructors

Definition

Initializes a new instance of the UIConnectionInfoUtil.NewConnectionFromQEEventArgs class.

Overloads

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.

UIConnectionInfoUtil.NewConnectionFromQEEventArgs()

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

protected:
 NewConnectionFromQEEventArgs();
protected NewConnectionFromQEEventArgs ();
Protected Sub New ()

Applies to

UIConnectionInfoUtil.NewConnectionFromQEEventArgs(UIConnectionGroupInfo)

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

public:
 NewConnectionFromQEEventArgs(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionGroupInfo ^ connectionInfoList);
public NewConnectionFromQEEventArgs (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo connectionInfoList);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.UIConnectionInfoUtil.NewConnectionFromQEEventArgs : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionGroupInfo -> Microsoft.SqlServer.Management.UI.ConnectionDlg.UIConnectionInfoUtil.NewConnectionFromQEEventArgs
Public Sub New (connectionInfoList As UIConnectionGroupInfo)

Parameters

connectionInfoList
UIConnectionGroupInfo

A list of connection information.

Applies to

UIConnectionInfoUtil.NewConnectionFromQEEventArgs(UIConnectionInfo)

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

public:
 NewConnectionFromQEEventArgs(Microsoft::SqlServer::Management::Smo::RegSvrEnum::UIConnectionInfo ^ connectionInfo);
public NewConnectionFromQEEventArgs (Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo connectionInfo);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.UIConnectionInfoUtil.NewConnectionFromQEEventArgs : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo -> Microsoft.SqlServer.Management.UI.ConnectionDlg.UIConnectionInfoUtil.NewConnectionFromQEEventArgs
Public Sub New (connectionInfo As UIConnectionInfo)

Parameters

connectionInfo
UIConnectionInfo

The connection info of the server.

Applies to