ローカル ログの切り捨てがブロックされている場合にローカル切り捨て LSN を超える可能性のあるログ切り捨て値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property TruncationLSN As Decimal
Get
'使用
Dim instance As DatabaseReplicaState
Dim value As Decimal
value = instance.TruncationLSN
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public decimal TruncationLSN { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Decimal TruncationLSN {
Decimal get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member TruncationLSN : decimal
function get TruncationLSN () : decimal
プロパティ値
型: System.Decimal
ローカル ログの切り捨てがブロックされている場合にローカル切り捨て LSN を超える可能性のあるログ切り捨て値です。