Table 类
一个将JET_TABLEID封装在可释放对象中的类。 这将打开一个现有表。 若要创建表,请使用 JetCreateTable 方法。
继承层次结构
System.Object
Microsoft.Isam.Esent.Interop.EsentResource
Microsoft.Isam.Esent.Interop.Table
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Class Table _
Inherits EsentResource
'Usage
Dim instance As Table
public class Table : EsentResource
线程安全
此类型的所有公共静态(Visual Basic 中共享的)成员都是线程安全的。 但不保证所有实例成员都是线程安全的。