Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.