ADONETDatabaseConnections.Remove
This function removes (deletes) the specified ADO.NET database connection; Index can either be 1-based index or external database connection name.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub ADONETDatabaseConnections.Remove( _
Index As Variant)
|
Index [in]
The 1-based index of the connection to be removed. Type: Variant |
This function does not return a value. |