IMergeSynchronizationAgent.PublisherConflicts Property

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 PublisherConflicts As Integer 
    Get
'Usage
Dim instance As IMergeSynchronizationAgent 
Dim value As Integer 

value = instance.PublisherConflicts
int PublisherConflicts { get; }
property int PublisherConflicts {
    int get ();
}
abstract PublisherConflicts : int
function get PublisherConflicts () : int

Property Value

Type: Int32
A Int32 value.

See Also

Reference

IMergeSynchronizationAgent Interface

Microsoft.SqlServer.Replication Namespace