MergeSynchronizationAgent.PublisherChanges Property

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

Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)

Синтаксис

'Декларация
Public Overridable ReadOnly Property PublisherChanges As Integer
public virtual int PublisherChanges { get; }
public:
virtual property int PublisherChanges {
    int get ();
}
/** @property */
public int get_PublisherChanges ()
public function get PublisherChanges () : int

Значение свойства

A Int32 value.

Замечания

The PublisherChanges property is read-only.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

MergeSynchronizationAgent Class
MergeSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace