Compartir a través de


AvailabilityDatabase.RecoveryLSN Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property RecoveryLSN As Decimal 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

AvailabilityDatabase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo