IDatabaseInitExecuteSetup

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The IDatabaseInitExecuteSetup interface contains properties used to determine the parameters of databases, before connection to which the application macro is executed.

Inheritance Hierarchy

IDatabaseInitExecuteSetup

Comments

This interface is supported by all objects of the Database repository.

Properties

  Property name Brief description
The Database property returns the description of the database which corresponds to the current additional settings.
The Macro property determines the name of the method, which will be executed on connecting to the database.
The Module property determines the development environment object containing realization of the method, which will be launched before connecting to the database.

See also:

Metabase Assembly Interfaces