InstanceParameters.Recovery-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Absturzwiederherstellung aktiviert ist, oder legt einen Wert fest.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Property Recovery As Boolean
    Get
    Set
'Usage
Dim instance As InstanceParameters
Dim value As Boolean

value = instance.Recovery

instance.Recovery = value
public bool Recovery { get; set; }

Eigenschaftswert

Typ: System.Boolean

Siehe auch

Verweis

InstanceParameters-Klasse

InstanceParameters-Member

Microsoft.Isam.Esent.Interop-Namespace