UIConnectionInfoUtil.NewConnectionFromQEEventArgs 构造函数

定义

重载

UIConnectionInfoUtil.NewConnectionFromQEEventArgs()

使用默认属性值初始化 UIConnectionInfoUtil.NewConnectionFromQEEventArgs 类的新实例。

UIConnectionInfoUtil.NewConnectionFromQEEventArgs(UIConnectionGroupInfo)

使用指定的连接信息列表参数初始化 UIConnectionInfoUtil.NewConnectionFromQEEventArgs 类的新实例。

UIConnectionInfoUtil.NewConnectionFromQEEventArgs(UIConnectionInfo)

使用指定的连接信息参数初始化 UIConnectionInfoUtil.NewConnectionFromQEEventArgs 类的新实例。

UIConnectionInfoUtil.NewConnectionFromQEEventArgs()

使用默认属性值初始化 UIConnectionInfoUtil.NewConnectionFromQEEventArgs 类的新实例。

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

适用于

UIConnectionInfoUtil.NewConnectionFromQEEventArgs(UIConnectionGroupInfo)

使用指定的连接信息列表参数初始化 UIConnectionInfoUtil.NewConnectionFromQEEventArgs 类的新实例。

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)

参数

connectionInfoList
UIConnectionGroupInfo

连接信息的列表。

适用于

UIConnectionInfoUtil.NewConnectionFromQEEventArgs(UIConnectionInfo)

使用指定的连接信息参数初始化 UIConnectionInfoUtil.NewConnectionFromQEEventArgs 类的新实例。

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)

参数

connectionInfo
UIConnectionInfo

服务器的连接信息。

适用于