Partilhar via


Propriedade PublisherConflicts

Especifica o número total de conflitos que ocorreram no Editor quando o método Synchronize foi chamado pela última vez.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)

Sintaxe

'Declaração
Public ReadOnly Property PublisherConflicts As Integer
    Get
'Uso
Dim instance As SqlCeReplication
Dim value As Integer

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

Valor da propriedade

Tipo: System. . :: . .Int32
O número de conflitos que ocorreram.

Consulte também

Referência

SqlCeReplication Classe

Membros SqlCeReplication

Namespace System.Data.SqlServerCe