SqlCeReplication.PublisherChanges Property

This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.

[SECURITY CRITICAL]

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

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public ReadOnly Property PublisherChanges As Integer
    Get
'Usage
Dim instance As SqlCeReplication
Dim value As Integer

value = instance.PublisherChanges
public int PublisherChanges { get; }
public:
property int PublisherChanges {
    int get ();
}
member PublisherChanges : int
function get PublisherChanges () : int

Property Value

Type: System.Int32
The total number of Publisher rows that were inserted, updated, and deleted.

See Also

Reference

SqlCeReplication Class

System.Data.SqlServerCe Namespace