Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the log sequence number of the next log record after the backup set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property LastLsn As Decimal
Get
'Usage
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
Property Value
Type: System.Decimal
The last log sequence number.