Share via


BackupSet.FirstLsn Property

Gets the log sequence number of the first or oldest log record in the backup set.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property FirstLsn As Decimal 
    Get
'Usage
Dim instance As BackupSet 
Dim value As Decimal 

value = instance.FirstLsn
public decimal FirstLsn { get; }
public:
property Decimal FirstLsn {
    Decimal get ();
}
member FirstLsn : decimal
function get FirstLsn () : decimal

Property Value

Type: System.Decimal
The first log sequence number.

See Also

Reference

BackupSet Class

Microsoft.SqlServer.Management.Smo Namespace