Compartir a través de


BackupSet.CheckpointLsn Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Decimal
The checkpoint log sequence number.

Vea también

Referencia

BackupSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo