BackupSet.DifferentialBaseLsn Property
Gets the base log sequence number for differential backups.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property DifferentialBaseLsn As Decimal
Get
'Usage
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
Property Value
Type: System.Decimal
The differential base log sequence number.
Remarks
Changes with log sequence numbers greater than or equal to DifferentialBaseLsn are included in the differential backup.