Share via


DatabaseReplicaState.LastReceivedTime 속성

Gets the time when the log block identifier was last received on the secondary.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastReceivedTime As DateTime 
    Get
‘사용 방법
Dim instance As DatabaseReplicaState 
Dim value As DateTime 

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

속성 값

유형: System.DateTime
The time when the log block identifier was last received on the secondary.

참고 항목

참조

DatabaseReplicaState 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스