Assembly: Metabase;
The IDatabaseInitExecuteSetup interface contains properties that are used to determine parameters of databases, before connection to which the application macro is executed.
IDatabaseInitExecuteSetup
This interface is supported by all objects of the Database repository.
Property name | Brief description | |
Database | The Database property returns the description of the database which corresponds to the current advanced settings. | |
Macro | The Macro property determines the name of the method, which will be executed on connecting to the database. | |
Module | The Module property determines the development environment object containing realization of the method, which will be launched before connecting to the database. |
See also: