SystemParameters.OutstandingIOMax 属性

此参数控制主机操作系统中每个磁盘一次可以排队的数据库文件 I/O 数。 此参数的较大值可显著提高大型数据库应用程序的性能。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'Declaration
Public Shared Property OutstandingIOMax As Integer
    Get
    Set
'Usage
Dim value As Integer

value = SystemParameters.OutstandingIOMax

SystemParameters.OutstandingIOMax = value
public static int OutstandingIOMax { get; set; }

属性值

类型: System.Int32

另请参阅

参考

SystemParameters 类

SystemParameters 成员

Microsoft.Isam.Esent.Interop 命名空间