ArticleConflict Class
Represents information about a merge replication conflict table.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public NotInheritable Class ArticleConflict
'Usage
Dim instance As ArticleConflict
public sealed class ArticleConflict
public ref class ArticleConflict sealed
[<SealedAttribute>]
type ArticleConflict = class end
public final class ArticleConflict
Remarks
This namespace, class, or member is supported only in the Microsoft .NET Framework 2.0.
Thread Safety
Public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Replication.ArticleConflict
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also