BackupSet.LastLsn 屬性
Gets the log sequence number of the next log record after the backup set.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property LastLsn As Decimal
Get
'用途
Dim instance As BackupSet
Dim value As Decimal
value = instance.LastLsn
public decimal LastLsn { get; }
public:
property Decimal LastLsn {
Decimal get ();
}
member LastLsn : decimal
function get LastLsn () : decimal
屬性值
型別:System.Decimal
The last log sequence number.