SqlSystem.databaseId Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the ID for the database vendor used as the SQL database backend.
public:
virtual Dynamics::AX::Application::DatabaseId databaseId();
public virtual Dynamics.AX.Application.DatabaseId databaseId ();
abstract member databaseId : unit -> Dynamics.AX.Application.DatabaseId
override this.databaseId : unit -> Dynamics.AX.Application.DatabaseId
Public Overridable Function databaseId () As DatabaseId
Returns
The ID for the database vendor used as the SQL database backend.
Remarks
If the database vendor cannot be determined for any reason, the enumeration DbBackend::UNKNOWN is returned.