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