Metabase > Metabase Assembly Interfaces > IMetabaseLink
Assembly: Metabase;
The IMetabaseLink interface contains properties of the Repository Connection object.
IAuditLogons
This interface is also supported by the repository descriptions.
Property name | Brief description | |
![]() |
The Credentials property determines the user credentials used on automatic connection. | |
![]() |
The LoginPrompt property determines whether the automatic connection to the repository is established. | |
![]() |
The UseMetabaseCredentials property determines whether the credentials specified when entering to the current repository, will be used for connecting to the database. |
Property name | Brief description | |
![]() |
The Authentication property determines a type of authentication that is used during the connection. | |
![]() |
The DeferredLoading property determines whether the lazy loading of object descriptions on working in the repository is executed. | |
![]() |
The DriverId property determines an identifier of the database driver, using which the connection is established. | |
![]() |
The LogonData property determines additional parameters of the security module that contains the settings used during connection. | |
![]() |
The SecurityPackage property determines an identifier of the security package. |
See also: