次の方法で共有


MergeSynchronizationAgent.PublisherChanges プロパティ

Gets the total number of Publisher changes that were applied at the Subscriber during the last synchronization.

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Public Overridable ReadOnly Property PublisherChanges As Integer 
    Get
'使用
Dim instance As MergeSynchronizationAgent 
Dim value As Integer 

value = instance.PublisherChanges
public virtual int PublisherChanges { get; }
public:
virtual property int PublisherChanges {
    int get ();
}
abstract PublisherChanges : int 
override PublisherChanges : int
function get PublisherChanges () : int

プロパティ値

型: System.Int32
The total number of Publisher changes.

実装

IMergeSynchronizationAgent.PublisherChanges

説明

The PublisherChanges property is read-only.

関連項目

参照

MergeSynchronizationAgent クラス

Microsoft.SqlServer.Replication 名前空間