Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the time when the last log block was sent.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastSentTime As DateTime
Get
'Usage
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
Eigenschaftswert
Typ: System.DateTime
The time when the last log block was sent.