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
Public Overridable ReadOnly Property SubscriberConflicts As Integer
Get
'Usage
Dim instance As MergeSynchronizationAgent
Dim value As Integer
value = instance.SubscriberConflicts
public virtual int SubscriberConflicts { get; }
public:
virtual property int SubscriberConflicts {
int get ();
}
abstract SubscriberConflicts : int
override SubscriberConflicts : int
function get SubscriberConflicts () : int
Property Value
Type: System.Int32
The total number of conflicts that occurred.
Implements
IMergeSynchronizationAgent.SubscriberConflicts
Remarks
The SubscriberConflicts property is read-only.