Свойство AvailabilityDatabase.RecoveryLSN

Gets the end of log on the primary before it writes any new log records after recovery of failover.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property RecoveryLSN As Decimal 
    Get
'Применение
Dim instance As AvailabilityDatabase 
Dim value As Decimal 

value = instance.RecoveryLSN
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public decimal RecoveryLSN { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Decimal RecoveryLSN {
    Decimal get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member RecoveryLSN : decimal
function get RecoveryLSN () : decimal

Значение свойства

Тип: System.Decimal
The end of log on the primary before it writes any new log records after recovery of failover.

См. также

Справочник

AvailabilityDatabase Класс

Пространство имен Microsoft.SqlServer.Management.Smo