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
表示與資料來源之連接的介面。