DatabaseReplicaState.LastCommitTime 속성
Gets the time corresponding to the last commit record.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property LastCommitTime As DateTime
Get
‘사용 방법
Dim instance As DatabaseReplicaState
Dim value As DateTime
value = instance.LastCommitTime
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public DateTime LastCommitTime { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property DateTime LastCommitTime {
DateTime get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member LastCommitTime : DateTime
function get LastCommitTime () : DateTime
속성 값
유형: System.DateTime
The time corresponding to the last commit record.