AvailabilityDatabase.RecoveryLSN プロパティ

フェールオーバーの復旧後、新しいログ レコードを書き込む前にプライマリでログの末尾を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

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

プロパティ値

型: System.Decimal
フェールオーバーの復旧後、新しいログ レコードを書き込む前のプライマリのログの末尾です。

関連項目

参照

AvailabilityDatabase クラス

Microsoft.SqlServer.Management.Smo 名前空間