次の方法で共有


ReplicationNeighbor.LastAttemptedSync プロパティ

定義

このレプリケーション元から最後にレプリケーションを試行した時刻を取得します。

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

プロパティ値

最後にレプリケーションを試行した時刻。 レプリケーションの試行が 1 度も発生しなかった場合、値はゼロです。

適用対象