M-Files API 23.11.13135.0
SQLDatabase Object
Members 
Description
The SQLDatabase class represents the SQL Database.
Public Methods
Creates a copy of the object.
Public Properties
Specifies the username and password for accessing the database engine for administrative purposes. Specify NULL for this property if the database engine is Firebird.
Specifies the username and password for accessing the database engine in basic user operations. If this property is NULL when creating or attaching a vault, M-Files Server creates a new account with a default username and a random password.Specifies the username and password for accessing the database engine in basic user operations. If this property is NULL when creating or attaching a vault, M-Files Server creates a new account with a default username and a random password. If this property is NULL when calling the UpdateVaultProperties method, the previously set username and password remain unchanged. Specify NULL for this property if the database engine is Firebird.
Database engine identification.
The catalog i.e. the database name where the vault's data is residing. Allows the database name to differ from the vault display name. This is not specified in the Firebird case.
The data source i.e. the database server name where the vault's database is residing. This is specified for data service DB engines only. It is empty or NULL for embedded databases such as Firebird Embedded.
Remarks

Microsoft SQL Server properties in M-Files Admin.

See Also

SQLDatabase Members