Свойство BackupSet.FirstLsn
Gets the log sequence number of the first or oldest log record in the backup set.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property FirstLsn As Decimal
Get
'Применение
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
Значение свойства
Тип: System.Decimal
The first log sequence number.