Classe Table

Classe che incapsula un JET_TABLEID in un oggetto monouso. Verrà aperta una tabella esistente. Per creare una tabella, usare il metodo JetCreateTable.

Gerarchia di ereditarietà

System.Object
  Microsoft.Isam.Esent.Interop.EsentResource
    Microsoft.Isam.Esent.Interop.Table

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'Declaration
Public Class Table _
    Inherits EsentResource
'Usage
Dim instance As Table
public class Table : EsentResource

Thread safety

I membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedi anche

Riferimento

Membri tabella

Spazio dei nomi Microsoft.Isam.Esent.Interop