TransConflictCount Class
SQL Server 2012
Represents returned conflict information for a table article in a publication that supports queued updating subscriptions.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
The TransConflictCount type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ArticleName | Gets the name of the article. |
![]() | CentralizedConflicts | Gets whether conflict data for the article is stored at the Publisher or at each Subscriber. |
![]() | ConflictCount | Gets the number of conflict rows being stored in the conflict table for this article. |
![]() | ConflictTableName | Gets the name of the conflict table for the article. |
![]() | QueuedSourceProcedureName | Gets the name of the stored procedure used to retrieve the source data row causing the conflict. |
