Compartir a través de


DatabaseReplicaState.TruncationLSN Propiedad

Gets the log truncation value, which may be higher than the local truncation LSN if local log truncation is blocked.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property TruncationLSN As Decimal 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Decimal
The log truncation value, which may be higher than the local truncation LSN if local log truncation is blocked.

Vea también

Referencia

DatabaseReplicaState Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo