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

表示與資料來源之連接的介面。

適用於