ExternalDatabaseConnections Members

These members are collection of external database connections.

Functions

Name Description
Add Adds a new ExternalDataBase connection. Return value: ExternalDatabaseConnection.
AddEx Adds a new ExternalDataBase connection (with audit log explanation). Return value: ExternalDatabaseConnection.
CheckPrompt Return value: Boolean.
Refresh -
Remove Remove (deletes) the specified external database connection; Index can either be 1-based index or external database connection name.
RemoveEx Remove (deletes) the specified external database connection; Index can either be 1-based index or external database connection name (with audit log explanation).

Properties

Name Description
Count Returns the number of external database connections in this collection. Return value: Integer. This property is read only.
Item Returns the specified ExternalDatabaseConnection; Index can either be 1-based index, or the external database connection name. Return value: ExternalDatabaseConnection. This property is read only.
ItemByID Return value: ExternalDatabaseConnection. This property is read only.