SystemParameters.EnableAdvanced 属性

获取或设置一个值,该值指示数据库引擎是接受还是拒绝对系统参数子集的更改。 此参数与 配置 结合使用,以防止将某些系统参数设置为远离所选配置的默认值。 在 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 EnableAdvanced As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = SystemParameters.EnableAdvanced

SystemParameters.EnableAdvanced = value
public static bool EnableAdvanced { get; set; }

属性值

类型: System.Boolean

另请参阅

参考

SystemParameters 类

SystemParameters 成员

Microsoft.Isam.Esent.Interop 命名空间