Свойство 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