Compartilhar via


Propriedade do RDL AvailabilityDatabase.TruncationLSN

Gets the log truncation point.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property TruncationLSN As Decimal 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Decimal
The log truncation point.

Consulte também

Referência

AvailabilityDatabase Classe

Namespace Microsoft.SqlServer.Management.Smo