Share via


ConnectorEventArgs.c Field

Defines the open connection to a data source.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Protected c As IDbConnection
'Usage
Dim value As IDbConnection

value = Me.c

Me.c = value
protected IDbConnection c
protected:
IDbConnection^ c
val mutable c: IDbConnection
protected var c : IDbConnection