Condividi tramite


Proprietà BackupSet.CheckpointLsn

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property CheckpointLsn As Decimal 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Decimal
The checkpoint log sequence number.

Vedere anche

Riferimento

BackupSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo