更新构造函数

初始化 Update 类的新实例。 这会自动开始更新。 如果未显式保存更新,将取消更新。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Sub New ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    prep As JET_prep _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim prep As JET_prep

Dim instance As New Update(sesid, tableid, _
    prep)
public Update(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_prep prep
)

参数

另请参阅

参考

Update 类

更新成员

Microsoft.Isam.Esent.Interop 命名空间