共用方式為


DatabaseReplicaState.LastHardenedLSN 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastHardenedLSN As Decimal 
    Get
'用途
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

屬性值

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

請參閱

參考

DatabaseReplicaState 類別

Microsoft.SqlServer.Management.Smo 命名空間