ディスクにフラッシュされた最新のログ レコードの LSN を取得します。
名前空間: 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
ディスクにフラッシュされた最新のログ レコードの LSN です。