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