Compartir a través de


Propiedad InstanceParameters.EnableDbScanInRecovery

Obtiene o establece un valor que indica si el mantenimiento de la base de datos se debe ejecutar durante la recuperación.

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

Sintaxis

'Declaration
Public Property EnableDbScanInRecovery As Integer
    Get
    Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer

value = instance.EnableDbScanInRecovery

instance.EnableDbScanInRecovery = value
public int EnableDbScanInRecovery { get; set; }

Valor de propiedad

Tipo: System.Int32

Consulte también

Referencia

Clase InstanceParameters

Miembros instanceParameters

Espacio de nombres Microsoft.Isam.Esent.Interop