InstanceParameters.WaypointLatency 属性

获取或设置 ESENT 将延迟数据库刷新的日志数。 如果失败导致日志文件丢失,则这可用于提高数据库可恢复性。 在 Windows 7 及更高版本上受支持。 在 Windows XP、Windows Server 2003、Windows Vista 和 Windows Server 2008 上被忽略。

命名空间:Microsoft.Isam.Esent.Interop
程序集: Microsoft.Isam.Esent.Interop(在 Microsoft.Isam.Esent.Interop.dll 中)

语法

'Declaration
Public Property WaypointLatency As Integer
    Get
    Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer

value = instance.WaypointLatency

instance.WaypointLatency = value
public int WaypointLatency { get; set; }

属性值

类型:System.Int32

另请参阅

参考

InstanceParameters 类

InstanceParameters 成员

Microsoft.Isam.Esent.Interop 命名空间