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