SystemParameters.Configuration 属性

获取或设置一个值,该值指定整个系统参数集的默认值。 当此参数设置为特定配置时,所有系统参数值将重置为该配置的默认值。 如果为特定实例设置了配置,则不会将全局系统参数重置为其默认值。 小型配置 (0) :数据库引擎针对内存使用进行优化。 旧配置 (1) :数据库引擎具有其传统默认值。 在 Windows Vista 及更新版本上受支持。 在 Windows XP 和 Windows Server 2003 上忽略。

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

语法

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

value = SystemParameters.Configuration

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

属性值

类型: System.Int32

另请参阅

参考

SystemParameters 类

SystemParameters 成员

Microsoft.Isam.Esent.Interop 命名空间