Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the end of log on the primary before it writes any new log records after recovery of 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 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
Property Value
Type: System.Decimal
The end of log on the primary before it writes any new log records after recovery of failover.