ConnectorEventArgs(IDbConnection) Constructor

Definition

Initializes a new instance of the ConnectorEventArgs class with the specified connection parameter.

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)

Parameters

connection
IDbConnection

An interface that represents the connection to a data source.

Applies to