SqlCeReplication.SubscriberChanges Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Specifies the total number of Subscriber changes applied at the Publisher when the Synchronize method was last called.

  [Visual Basic]
  Public ReadOnly Property SubscriberChanges As Integer
[C#]
public int SubscriberChanges {get;}
[C++]
public: __property int get_SubscriberChanges();
[JScript]
public function get SubscriberChanges() : int;

Property Value

The total number of Subscriber rows that were inserted, updated, and deleted.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeReplication Class | SqlCeReplication Members | System.Data.SqlServerCe Namespace

Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.