ADONETDatabaseConnections.Item

This property returns the specified ADONETDatabaseConnection; Index can either be 1-based index, or the external database connection name.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property ADONETDatabaseConnections.Item( _
    Index As Variant) As ADONETDatabaseConnection
Index [in]

The index of the connection to access.

Type: Variant

ADONETDatabaseConnection