Partager via


Propriété BackupSet.CheckpointLsn

Gets the log sequence number of the log record where redo must start.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CheckpointLsn As Decimal 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Decimal
The checkpoint log sequence number.

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo