ReplicationNeighbor.LastAttemptedSync プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このソースからの最後のレプリケーション試行の時刻を取得します。
public:
property DateTime LastAttemptedSync { DateTime get(); };
public DateTime LastAttemptedSync { get; }
member this.LastAttemptedSync : DateTime
Public ReadOnly Property LastAttemptedSync As DateTime
プロパティ値
レプリケーションが最後に試行された時刻。 レプリケーションの試行が発生しなかった場合、値は 0 です。