DbmsVersion Property (ISessionManager)
- Last UpdatedNov 06, 2025
- 1 minute read
The DbmsVersion property contains the version of the database management system.
'Declaration
ReadOnly Property DbmsVersion As String
'Usage
Dim instance As ISessionManager
Dim value As String
value = instance.DbmsVersion
string DbmsVersion {get;}