GetRecordSizeGrbit 列舉
JetGetRecordSize (JET_SESID、JET_TABLEID、JET_RECSIZE、GetRecordSizeGrbit) 的選項。
此列舉有 FlagsAttribute 屬性,因此其成員值可進行位元組合。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
<FlagsAttribute> _
Public Enumeration GetRecordSizeGrbit
'Usage
Dim instance As GetRecordSizeGrbit
[FlagsAttribute]
public enum GetRecordSizeGrbit
成員
成員名稱 | 描述 | |
---|---|---|
無 | 預設選項。 | |
InCopyBuffer | 擷取備妥或更新複製緩衝區中的記錄大小。 否則,tableid 必須放在記錄上,而且將使用該記錄。 | |
RunningTotal | 填滿內容之前,不會先將JET_RECSIZE零,有效地做為已流覽或更新之多個記錄的統計資料累積。 | |
本機 | 忽略非內建 Long 值。 只會使用頁面上的本機記錄。 |