JET_OBJECTINFO. objtyp, propriété

Obtient la JET_OBJTYP de la table. Actuellement, seules les tables sont retournées (autrement dit, table).

Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

'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; }

Valeur de la propriété

Type : Microsoft.ISAM.esent.Interop.JET_objtyp

Voir aussi

Informations de référence

Classe JET_OBJECTINFO

Membres JET_OBJECTINFO

Espace de noms Microsoft. ISAM. esent. Interop