Свойство DatabaseReplicaState.LastHardenedLSN
Gets the start of the log block that contained the latest log records that were written to disk.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastHardenedLSN As Decimal
Get
'Применение
Dim instance As DatabaseReplicaState
Dim value As Decimal
value = instance.LastHardenedLSN
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public decimal LastHardenedLSN { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Decimal LastHardenedLSN {
Decimal get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LastHardenedLSN : decimal
function get LastHardenedLSN () : decimal
Значение свойства
Тип: System.Decimal
The start of the log block that contained the latest log records that were written to disk.