Share via


Visual Basic: RDO Data Control

rdoEnvironments Collection

See Also    Example    Properties    Methods    Events

The rdoEnvironments collection contains all active rdoEnvironment objects of the rdoEngine object.




Remarks

rdoEnvironment objects are created with the rdoCreateEnvironment method of the rdoEngine object. Newly created rdoEnvironment objects are automatically appended to the rdoEnvironments collection unless you do not provide a name for the new object when using the rdoCreateEnvironment method or simply declare a new rdoEnvironment object in code.

The rdoEnvironments collection is automatically initialized with a default rdoEnvironment object based on the default properties set in the rdoEngine object.

If you use the Close method against an rdoEnvironment object, all rdoConnections it contains are closed and the object is removed from the rdoEnvironments collection.