DatabaseReplicaState.EndOfLogLSN 屬性
Gets the LSN of the most recent log record flushed to disk.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property EndOfLogLSN As Decimal
Get
'用途
Dim instance As DatabaseReplicaState
Dim value As Decimal
value = instance.EndOfLogLSN
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public decimal EndOfLogLSN { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Decimal EndOfLogLSN {
Decimal get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndOfLogLSN : decimal
function get EndOfLogLSN () : decimal
屬性值
型別:System.Decimal
The LSN of the most recent log record flushed to disk.