Database object properties

The following list summarizes the Database object properties:

Nom de propriété Access Description
CheckTimeoutInterval Lecture-écriture Sets or returns the interval at which to check for user timeouts.
ConnectHosts Lecture-écriture Sets or returns the host name list for the physical location of a database server.
ConnectProtocols Lecture-écriture Sets or returns the network protocol list for the database server.
NiveauFonctionnalitéBasededonnées Read Renvoie le niveau de fonctionnalité de la base de données de votre session.
DatabaseName Lecture-écriture Sets or returns the physical name of the database.
DBOLogin Lecture-écriture Sets or returns the database owner's login name.
DBOPassword Lecture-écriture Sets or returns the database owner's password.
Description Lecture-écriture Sets or returns the descriptive comment associated with the database.
GetAllUsers Read Returns all users that are subscribed to the database.
Name Lecture-écriture Sets or returns the logical database name.
ROLogin Lecture-écriture Sets or returns the login name for users who have read-only access to the database.
ROPassword Lecture-écriture Sets or returns the password for users who have read-only access to the database.
RWLogin Lecture-écriture Sets or returns the login name for users who have read/write access to the database.
RWPassword Lecture-écriture Sets or returns the password for users who have read/write access to the database.
SchemaRev Read-only Returns the schema revision currently in use by the database.
Server Lecture-écriture Sets or returns the name of the server on which the database resides.
SubscribedGroups Read-only Returns the groups that are explicitly subscribed to this database.
SubscribedUsers Read-only Returns the users that are explicitly subscribed to this database.
TimeoutInterval Lecture-écriture Sets or returns the user timeout interval.
Fournisseur Lecture-écriture Sets or returns the vendor type of the database.

Feedback