TransConflictCount Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents returned conflict information for a table article in a publication that supports queued updating subscriptions.
public ref class TransConflictCount sealed
public sealed class TransConflictCount
type TransConflictCount = class
Public NotInheritable Class TransConflictCount
- Inheritance
-
TransConflictCount
Remarks
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.
Thread Safety
Any public static (Shared
in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Constructors
TransConflictCount() |
Creates a new instance of the TransConflictCount class. |
Properties
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. |