SystemParameters.EnableFileCache, proprietà

Ottiene o imposta un valore che indica se il motore di database deve usare la cache dei file del sistema operativo per tutti i file gestiti.

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'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; }

Valore proprietà

Tipo: System.Boolean

Vedi anche

Riferimento

SystemParameters (classe)

Membri di SystemParameters

Spazio dei nomi Microsoft.Isam.Esent.Interop