SqlCeReplication.PublisherChanges Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Specifies the total number of Publisher changes applied at the Subscriber when the Synchronize method was last called.
[Visual Basic] Public ReadOnly Property PublisherChanges As Integer [C#] public int PublisherChanges {get;} [C++] public: __property int get_PublisherChanges(); [JScript] public function get PublisherChanges() : int;
Property Value
The total number of Publisher rows that were inserted, updated, and deleted.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeReplication Class | SqlCeReplication Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.