MergeSynchronizationAgent.PublisherChanges 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取在上次同步期间在订阅服务器上应用的发布服务器更改的总数。
public:
virtual property int PublisherChanges { int get(); };
public virtual int PublisherChanges { get; }
member this.PublisherChanges : int
Public Overridable ReadOnly Property PublisherChanges As Integer
属性值
发布服务器更改的总数。
实现
注解
PublisherChanges 属性为只读。