Edit

JET_RSTMAP members

Include protected members
Include inherited members

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

The JET_RSTMAP type exposes the following members.

Constructors

  Name Description
Public method JET_RSTMAP

Top

Properties

  Name Description
Public property szDatabaseName Gets or sets the old name/path of the database. Can be null if it is unchanged.
Public property szNewDatabaseName Gets or sets the current name/path of the database. Must not be null.

Top

Methods

  Name Description
Public method ContentEquals Returns a value indicating whether this instance is equal to another instance.
Public method DeepClone Returns a deep copy of the object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a String that represents the current JET_RSTMAP. (Overrides Object.ToString().)

Top

See also

Reference

JET_RSTMAP class

Microsoft.Isam.Esent.Interop namespace