Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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. |