UpdateGrbit 枚举
JetUpdate2 (JET_SESID、JET_TABLEID、[]、Int32、Int32、UpdateGrbit) 的选项。
此枚举有一个 FlagsAttribute 属性,允许按位组合成员值。
Namespace:Microsoft.Isam.Esent.Interop.Server2003
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
<FlagsAttribute> _
Public Enumeration UpdateGrbit
'Usage
Dim instance As UpdateGrbit
[FlagsAttribute]
public enum UpdateGrbit
成员
成员名称 | 说明 | |
---|---|---|
无 | 默认选项。 | |
CheckESE97Compatibility | 已过时。 如果 Windows 2000 版本的 ESE 中无法进行更新,则此标志会导致更新返回错误,该更新在每条记录中强制实施的最大多值列实例数比更高版本的 ESE 少。 这一点仅对于希望在 Windows 2000 上托管的应用程序与 Windows 2003 上托管的应用程序或更高版本的 ESE 之间复制数据的应用程序非常重要。 对于大多数应用程序来说,它不应该是必需的。 |