Compartilhar via


Propriedade do RDL IMergeSynchronizationAgent.PublisherConflicts

Gets the total number of conflicts that occurred at the Publisher during the last synchronization.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)

Sintaxe

'Declaração
ReadOnly Property PublisherConflicts As Integer 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Int32
A Int32 value.

Consulte também

Referência

IMergeSynchronizationAgent Interface

Namespace Microsoft.SqlServer.Replication