Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of conflict rows being stored in the conflict table for this article.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public ReadOnly Property ConflictCount As Integer
Get
'Usage
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
Property Value
Type: System.Int32
An Int32 value.
Remarks
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.