Bagikan melalui


BackupSet.LastLsn Property

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.

See Also

Reference

BackupSet Class

Microsoft.SqlServer.Management.Smo Namespace