UIConnectionInfoUtil.NewConnectionFromQEEventArgs クラス

定義

新しい接続を確立したときに SQL Workbench の QE 部分によって起動される NewConnectionFromQE イベントのパラメーターを表します。

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

コンストラクター

UIConnectionInfoUtil.NewConnectionFromQEEventArgs()

UIConnectionInfoUtil.NewConnectionFromQEEventArgs クラスの新しいインスタンスを既定のプロパティ値で初期化します。

UIConnectionInfoUtil.NewConnectionFromQEEventArgs(UIConnectionGroupInfo)

指定された接続情報リスト パラメーターを使用して、UIConnectionInfoUtil.NewConnectionFromQEEventArgs クラスの新しいインスタンスを初期化します。

UIConnectionInfoUtil.NewConnectionFromQEEventArgs(UIConnectionInfo)

指定された接続情報パラメーターを使用して、UIConnectionInfoUtil.NewConnectionFromQEEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

ConnectionInfoList

ConnectionInfo のリストを表示します。

UIConnectionInfo

UIConnectionInfo を表します。

適用対象