Condividi tramite


Proprietà DatabaseReplicaState.LastSentTime

Gets the time when the last log block was sent.

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

Sintassi

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

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

Valore proprietà

Tipo: System.DateTime
The time when the last log block was sent.

Vedere anche

Riferimento

DatabaseReplicaState Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo