Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the end of the transaction log before the replica writes any new log records after recovery failover.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property RecoveryLSN As Decimal
Get
'Usage
Dim instance As DatabaseReplicaState
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
Property Value
Type: System.Decimal
The end of the transaction log before the replica writes any new log records after recovery failover.