Condividi tramite


Proprietà TransConflictCount.ConflictCount

Gets the number of conflict rows being stored in the conflict table for this article.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ConflictCount As Integer 
    Get
'Utilizzo
Dim instance As TransConflictCount 
Dim value As Integer 

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

Valore proprietà

Tipo: System.Int32
An Int32 value.

Osservazioni

This property is read-only and can be accessed by any user.

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Vedere anche

Riferimento

TransConflictCount Classe

Spazio dei nomi Microsoft.SqlServer.Replication