JET_OBJTYP
Applies to: Windows | Windows Server
JET_OBJTYP
The JET_OBJTYP group of constants represent the type of a database object. Currently, only tables are supported.
Constant/value |
Description |
---|---|
JET_objtypNil |
Represents all types of objects. Currently, only tables are supported. |
JET_objtypTable |
Represents a table. |
Requirements
Requirement | Value |
---|---|
Client |
Requires Windows Vista, Windows XP, or Windows 2000 Professional. |
Server |
Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server. |
Header |
Declared in Esent.h. |