Partilhar via


Propriedade do RDL BackupSet.CheckpointLsn

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property CheckpointLsn As Decimal 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Decimal
The checkpoint log sequence number.

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo