다음을 통해 공유


MergeSynchronizationAgent.SubscriberChanges 속성

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

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
Public Overridable ReadOnly Property SubscriberChanges As Integer 
    Get
‘사용 방법
Dim instance As MergeSynchronizationAgent 
Dim value As Integer 

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

속성 값

유형: System.Int32
The total number of Subscriber changes that were applied at the Publisher during the last synchronization.

구현

IMergeSynchronizationAgent.SubscriberChanges

주의

The SubscriberChanges property is read-only.

참고 항목

참조

MergeSynchronizationAgent 클래스

Microsoft.SqlServer.Replication 네임스페이스