BackupSet.LastLsn-Eigenschaft
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
Eigenschaftswert
Typ: System.Decimal
The last log sequence number.