JET_BKINFO members

Include protected members
Include inherited members

Holds a collection of data about a specific backup event.

The JET_BKINFO type exposes the following members.

Properties

  Name Description
Public property bklogtimeMark Gets the time of the backup.
Public property genHigh Gets or sets the high generation of the backup.
Public property genLow Gets the low generation of the backup.
Public property HasValue Gets a value indicating whether this backup info is null.
Public property lgposMark Gets the log position of the backup.

Top

Methods

  Name Description
Public method Equals(Object) Returns a value indicating whether this instance is equal to another instance. (Overrides ValueType.Equals(Object).)
Public method Equals(JET_BKINFO) Returns a value indicating whether this instance is equal to another instance.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Overrides ValueType.GetHashCode().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Generate a string representation of the structure. (Overrides ValueType.ToString().)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two specified instances of JET_BKINFO are equal.
Public operatorStatic member Inequality Determines whether two specified instances of JET_BKINFO are not equal.

Top

See also

Reference

JET_BKINFO structure

Microsoft.Isam.Esent.Interop namespace