Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether the current version of ESENT supports features available in the Windows Server 2003 version of ESENT.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared ReadOnly Property SupportsServer2003Features As Boolean
Get
'Usage
Dim value As Boolean
value = EsentVersion.SupportsServer2003Features
public static bool SupportsServer2003Features { get; }
Property value
Type: System.Boolean