Share via


Propiedad SystemParameters.EnableFileCache

Obtiene o establece un valor que indica si el motor de base de datos debe usar la caché de archivos del sistema operativo para todos los archivos administrados.

Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Sintaxis

'Declaration
Public Shared Property EnableFileCache As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = SystemParameters.EnableFileCache

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

Valor de propiedad

Tipo: System.Boolean

Consulte también

Referencia

SystemParameters (clase)

Miembros de SystemParameters

Espacio de nombres Microsoft.Isam.Esent.Interop