AvailabilityDatabase.TruncationLSN プロパティ

ログの切り捨てポイントを取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property TruncationLSN As Decimal 
    Get
'使用
Dim instance As AvailabilityDatabase 
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
ログの切り捨てポイントです。

関連項目

参照

AvailabilityDatabase クラス

Microsoft.SqlServer.Management.Smo 名前空間