The IMetabaseDefinition interface contains properties and methods of repository description.
The description of the repository contains the parameters of the DBMS server, on which the repository is located, the parameters of connection to the version control system, and additional settings determining modes of working with objects of the development environment.
Description of the repository also supports the IMetabaseLink interface.
Property name | Brief description | |
The Authentication property determines a type of authentication that is used during the connection. | ||
The DeferredLoading property determines whether the deferred loading of object description on working in the repository is performed. | ||
The DriverId property determines an identifier of the database driver using which the connection is established. | ||
The LogonData property determines the additional parameters of the security module that contains the settings used during connection. | ||
The SecurityPackage property determines an identifier of the security package. |
Method name | Brief description | |
The Open method performs connection to the repository according to the specified parameters. | ||
The OpenDefault method performs connection to the repository according to settings by default. | ||
The Save method enables the user to save repository description. |
See also: