Condividi tramite


Proprietà DatabaseReplicaState.LastRedoneTime

Gets the time when the last log record was redone on the secondary database.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastRedoneTime As DateTime 
    Get
'Utilizzo
Dim instance As DatabaseReplicaState 
Dim value As DateTime 

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

Valore proprietà

Tipo: System.DateTime
The time when the last log record was redone on the secondary database.

Vedere anche

Riferimento

DatabaseReplicaState Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo