The IMetabaseDefinitions interface contains properties and methods of the collection of the description of repositories that were registered on the workstation.
| Property name | Brief description | |
| Count | The Count property returns the number of descriptions of the repositories that were registered on the workstation. | |
| Item | The Item property returns description of the repository. |
| Method name | Brief description | |
| Add | The Add method adds a new description of the repository. | |
| FindById | The FindById method searches the repository description by the identifier. | |
| ReadFromFile | The ReadFromFile method reads the description of repositories from the file. | |
| ReadFromRegistry | The ReadFromRegistry method reads the settings of the connections of the repositories from the Metabases.xml file and from registry. | |
| RemoveById | The RemoveById method removes the repository description by the identifier. |
See also: