Compartir a través de


DatabaseReplicaState.LastSentTime Propiedad

Gets the time when the last log block was sent.

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 LastSentTime As DateTime 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

DatabaseReplicaState Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo