Assembly: Metabase;
Namespace: Prognoz.Platform.Interop.Metabase;
The ISQLiteUserSPUD interface contains properties used to determine parameters of the user of the repository based SQLite DBMS.
ISQLiteUserSPUD
| Property name | Brief description | |
| The AllPrivilegies property returns the total number of user privileges. | ||
| The Authentication property determines a type of user authentication. | ||
| The Credentials property determines repository user credentials. | ||
| The HasPrivilege property determines whether the user has a privilege. | ||
| The IsGroup property determines whether the security package user is a group member. | ||
| The Modified property determines whether user security parameters were changed. | ||
| The ParamCount property returns the total number of user parameters. | ||
| The ParamName property returns the name of the user parameter. | ||
| The ParamValue property determines a value of the user parameter. | ||
| The UserName property determines a name of the security package user. |
See also: