BackupSet.DifferentialBaseLsn 屬性
Gets the base log sequence number for differential backups.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property DifferentialBaseLsn As Decimal
Get
'用途
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
屬性值
型別:System.Decimal
The differential base log sequence number.
備註
Changes with log sequence numbers greater than or equal to DifferentialBaseLsn are included in the differential backup.