Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the JET_OBJTYP of the table. Currently only tables will be returned (that is, Table).
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Property objtyp As JET_objtyp
Get
Private Set
'Usage
Dim instance As JET_OBJECTINFO
Dim value As JET_objtyp
value = instance.objtyp
public JET_objtyp objtyp { get; private set; }
Property value
Type: Microsoft.Isam.Esent.Interop.JET_objtyp