Compartir a través de


BackupSet.DifferentialBaseLsn Propiedad

Gets the base log sequence number for differential backups.

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

Sintaxis

'Declaración
Public ReadOnly Property DifferentialBaseLsn As Decimal 
    Get
'Uso
Dim instance As BackupSet 
Dim value As Decimal 

value = instance.DifferentialBaseLsn
public decimal DifferentialBaseLsn { get; }
public:
property Decimal DifferentialBaseLsn {
    Decimal get ();
}
member DifferentialBaseLsn : decimal
function get DifferentialBaseLsn () : decimal

Valor de la propiedad

Tipo: System.Decimal
The differential base log sequence number.

Comentarios

Changes with log sequence numbers greater than or equal to DifferentialBaseLsn are included in the differential backup.

Vea también

Referencia

BackupSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo