The IDatabaseInstance interface contains properties used to get objects instances, contained on database server.
| Property name | Brief description | |
| Connection | The Connection property returns parameters of connection with a DB server. | |
| Database | The Database property returns database properties. | |
| Tables | The Tables property returns an object containing a collection of all tables, stored on database server. | |
| Views | The Views property returns an object containing collection of all views, stored on database server. |
See also: