This document is archived and information here might be outdated. Recommended version. |
The type of DBMS this workspace is connected to.
[Visual Basic .NET] Public ReadOnly Property ConnectionDBMS As esriConnectionDBMS
[C#] public esriConnectionDBMS ConnectionDBMS {get;}
[C++]
HRESULT get_ConnectionDBMS(
esriConnectionDBMS* dbms
);
[C++] Parameters dbms [out, retval]
dbms is a parameter of type esriConnectionDBMS*
Returns an enumeration value corresponding to the connected DBMS. This might be particularly useful when implementing code that must access a number of different remote database types and depending on the underlying DBMS, change the code accordingly.