ConnectorEventArgs(IDbConnection) コンストラクター

定義

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

public:
 ConnectorEventArgs(System::Data::IDbConnection ^ connection);
public ConnectorEventArgs (System.Data.IDbConnection connection);
new Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectorEventArgs : System.Data.IDbConnection -> Microsoft.SqlServer.Management.UI.ConnectionDlg.ConnectorEventArgs
Public Sub New (connection As IDbConnection)

パラメーター

connection
IDbConnection

データ ソースへの接続を表すインターフェイスです。

適用対象