GetRecordSizeGrbit 열거형

JetGetRecordSize(JET_SESID, JET_TABLEID, JET_RECSIZE, GetRecordSizeGrbit)에 대한 옵션입니다.

이 열거형에는 멤버 값의 비트 조합을 허용하는 FlagsAttribute 특성이 있습니다.

네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)

구문

'Declaration
<FlagsAttribute> _
Public Enumeration GetRecordSizeGrbit
'Usage
Dim instance As GetRecordSizeGrbit
[FlagsAttribute]
public enum GetRecordSizeGrbit

멤버

멤버 이름 설명
없음 기본 옵션입니다.
InCopyBuffer 준비되거나 업데이트된 복사 버퍼에 있는 레코드의 크기를 검색합니다. 그렇지 않으면 tableid를 레코드에 배치해야 하며 해당 레코드가 사용됩니다.
RunningTotal JET_RECSIZE 콘텐츠를 채우기 전에 0이 되지 않으므로 방문하거나 업데이트한 여러 레코드에 대한 통계의 누적 역할을 효과적으로 수행할 수 있습니다.
로컬 기본이 아닌 Long 값은 무시합니다. 페이지의 로컬 레코드만 사용됩니다.

추가 정보

참조

Microsoft.Isam.Esent.Interop 네임스페이스