Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.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 returns an object that contains the user credentials. | ||
The CredentialsSet property returns the collection of credentials under which the connection can be performed. | ||
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 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. |
See also: