TransConflictCount.ConflictCount Propiedad
Gets the number of conflict rows being stored in the conflict table for this article.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Public ReadOnly Property ConflictCount As Integer
Get
'Uso
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
Valor de la propiedad
Tipo: System.Int32
An Int32 value.
Comentarios
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.