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.
Gets the total number of conflicts that occurred at the Publisher during the last synchronization.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
ReadOnly Property SubscriberConflicts As Integer
Get
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As Integer
value = instance.SubscriberConflicts
int SubscriberConflicts { get; }
property int SubscriberConflicts {
int get ();
}
abstract SubscriberConflicts : int
function get SubscriberConflicts () : int
Property Value
Type: System.Int32
A Int32 value.