GetLockGrbit 枚举
JetGetLock 的选项。
此枚举有一个 FlagsAttribute 属性,允许按位组合成员值。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
<FlagsAttribute> _
Public Enumeration GetLockGrbit
'Usage
Dim instance As GetLockGrbit
[FlagsAttribute]
public enum GetLockGrbit
成员
成员名称 | 说明 | |
---|---|---|
读取 | 获取当前记录上的读取锁。 读取锁与其他会话已持有的写入锁不兼容,但与其他会话持有的读取锁兼容。 | |
写入 | 获取当前记录上的写入锁。 写入锁与其他会话持有的写入或读取锁不兼容,但与同一会话持有的读取锁兼容。 |