ReplicationNeighbor.LastSuccessfulSync 属性

定义

获取上次从此源进行成功的复制循环的时间。Gets the time of the last successful replication cycle from this source.

public:
 property DateTime LastSuccessfulSync { DateTime get(); };
public DateTime LastSuccessfulSync { get; }
member this.LastSuccessfulSync : DateTime
Public ReadOnly Property LastSuccessfulSync As DateTime

属性值

DateTime

上次成功同步的时间。The time of the last successful synchronization. 如果复制操作均未成功,则该值为零。If no replication succeeded, the value is zero.

适用于