共用方式為


SystemParameters.EnableAdvanced 屬性

取得或設定值,指出資料庫引擎是否接受或拒絕系統參數子集的變更。 此參數會與 Configuration 搭配使用,以防止某些系統參數與選取的組態預設值分開設定。 Windows Vista 和更新版本支援。 在 Windows XP 和 Windows Server 2003 上忽略。

Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'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 命名空間