Share via


SqlSystem.databaseId Method

Returns the Microsoft Dynamics AX ID for the database vendor used as the SQL database backend.

Syntax

public DatabaseId databaseId()

Run On

Server

Return Value

Type: DatabaseId Enumeration
The Microsoft Dynamics AX ID for the database vendor used as the SQL database backend.

Remarks

If Microsoft Dynamics AX cannot determine the database vendor for any reason, the enumeration DbBackend::UNKNOWN is returned.

See Also

Reference

SqlSystem Class