Share via


DatabaseReplicaState.LastHardenedLSN-Eigenschaft

Gets the start of the log block that contained the latest log records that were written to disk.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastHardenedLSN As Decimal 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Decimal
The start of the log block that contained the latest log records that were written to disk.

Siehe auch

Verweis

DatabaseReplicaState Klasse

Microsoft.SqlServer.Management.Smo-Namespace