MergeSynchronizationAgent.PublisherChanges プロパティ

定義

前回の同期の間にサブスクライバーで適用されたパブリッシャーの変更の合計数を取得します。

public:
 virtual property int PublisherChanges { int get(); };
public virtual int PublisherChanges { get; }
member this.PublisherChanges : int
Public Overridable ReadOnly Property PublisherChanges As Integer

プロパティ値

パブリッシャーの変更の合計数です。

実装

注釈

PublisherChanges プロパティは読み取り専用です。

適用対象