Edit

Share via


JET_RSTMAP class

Enables the remapping of database file paths that are stored in the transaction logs during recovery.

Inheritance hierarchy

System.Object
  Microsoft.Isam.Esent.Interop.JET_RSTMAP

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class JET_RSTMAP _
    Implements IContentEquatable(Of JET_RSTMAP), IDeepCloneable(Of JET_RSTMAP)
'Usage
Dim instance As JET_RSTMAP
[SerializableAttribute]
public class JET_RSTMAP : IContentEquatable<JET_RSTMAP>, 
    IDeepCloneable<JET_RSTMAP>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

JET_RSTMAP members

Microsoft.Isam.Esent.Interop namespace