Description

Clears all database definitions from this McDBDatabases collection.

Return Type

None  

Syntax

object.RemoveAll

The RemoveAll Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBDatabases.

Remarks

No reference count checking is done on the McDBDatabase objects. Any references held to McDBDatabase objects previously issued remain valid, although the database will no longer appear in this McDBDatabases collection.

Notes

RemoveAll doesn't actually do anything permanant. That is, database files and configuration file defintions remain unchanged after this call.