Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.