Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies the total number of Subscriber changes applied at the Publisher 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 SubscriberChanges As Integer
Get
'Usage
Dim instance As SqlCeReplication
Dim value As Integer
value = instance.SubscriberChanges
public int SubscriberChanges { get; }
public:
property int SubscriberChanges {
int get ();
}
member SubscriberChanges : int
function get SubscriberChanges () : int
Property Value
Type: System. . :: . .Int32
The total number of Subscriber rows that were inserted, updated, and deleted.