MergeSynchronizationAgent.SubscriberChanges Property

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

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

Синтаксис

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

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

A Int32 value.

Замечания

The SubscriberChanges 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