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

一個代表與資料來源連結的介面。

適用於