Partager via


Propriété DatabaseReplicaState.LastRedoneLSN

Gets the last log record that was redone on the secondary database.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastRedoneLSN As Decimal 
    Get
'Utilisation
Dim instance As DatabaseReplicaState 
Dim value As Decimal 

value = instance.LastRedoneLSN
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public decimal LastRedoneLSN { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property Decimal LastRedoneLSN {
    Decimal get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LastRedoneLSN : decimal
function get LastRedoneLSN () : decimal

Valeur de propriété

Type : System.Decimal
The last log record that was redone on the secondary database.

Voir aussi

Référence

DatabaseReplicaState Classe

Espace de noms Microsoft.SqlServer.Management.Smo