GetLockGrbit 열거형
JetGetLock에 대한 옵션입니다.
이 열거형에는 멤버 값의 비트 조합을 허용하는 FlagsAttribute 특성이 있습니다.
네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)
구문
'Declaration
<FlagsAttribute> _
Public Enumeration GetLockGrbit
'Usage
Dim instance As GetLockGrbit
[FlagsAttribute]
public enum GetLockGrbit
멤버
멤버 이름 | 설명 | |
---|---|---|
읽기 | 현재 레코드에 대한 읽기 잠금을 획득합니다. 읽기 잠금은 다른 세션에서 이미 보유한 쓰기 잠금과 호환되지 않지만 다른 세션에서 보유한 읽기 잠금과 호환됩니다. | |
쓰기 | 현재 레코드에 대한 쓰기 잠금을 획득합니다. 쓰기 잠금은 다른 세션에서 보유한 쓰기 또는 읽기 잠금과 호환되지 않지만 동일한 세션에서 보유한 읽기 잠금과 호환됩니다. |