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

表示与数据源的连接的接口。

适用于