Freigeben über


BackupSet.CheckpointLsn-Eigenschaft

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

Eigenschaftswert

Typ: System.Decimal
The checkpoint log sequence number.

Siehe auch

Verweis

BackupSet Klasse

Microsoft.SqlServer.Management.Smo-Namespace