IRecordSequence.RestartSequenceNumber Property

Definition

When overridden in a derived class, gets the sequence number of the most recently written restart area.

public:
 property System::IO::Log::SequenceNumber RestartSequenceNumber { System::IO::Log::SequenceNumber get(); };
public System.IO.Log.SequenceNumber RestartSequenceNumber { get; }
member this.RestartSequenceNumber : System.IO.Log.SequenceNumber
Public ReadOnly Property RestartSequenceNumber As SequenceNumber

Property Value

The sequence number of the most recently written restart area.

Exceptions

The property was accessed after the sequence has been disposed of.

Remarks

A restart area is used to temporarily store information containing a client's last checkpoint operation. When a recovery is necessary, you can parse the restart area to retrieve all the data from the last checkpoint operation. This data initializes the transaction table, dirty pages table, and open file table so they can be used in the recovery process.

Applies to