Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the log sequence number of the log record where redo must start.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property CheckpointLsn As Decimal
Get
'Usage
Dim instance As BackupSet
Dim value As Decimal
value = instance.CheckpointLsn
public decimal CheckpointLsn { get; }
public:
property Decimal CheckpointLsn {
Decimal get ();
}
member CheckpointLsn : decimal
function get CheckpointLsn () : decimal
Property Value
Type: System.Decimal
The checkpoint log sequence number.