ConnectorEventArgs(IDbConnection) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化類別的新實例 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
一個代表與資料來源連結的介面。