DatabaseReplicaState.LastRedoneTime 속성
Gets the time when the last log record was redone on the secondary database.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastRedoneTime As DateTime
Get
‘사용 방법
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
속성 값
유형: System.DateTime
The time when the last log record was redone on the secondary database.