IMetabase.SingleUserMode

Syntax

SingleUserMode: Boolean;

Description

The SingleUserMode property returns whether single user mode is used in repository.

Comments

The property returns True, if the current repository is based on DBMS that supports access permissions differentiation and security policy organization. In the current implementation this DBMS is SQLite.

For all other types of DBMS the property returns False.

See also:

IMetabase