Freigeben über


ArticleConflict-Klasse

Represents information about a merge replication conflict table.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Replication.ArticleConflict

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

Der ArticleConflict-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode ArticleConflict Initializes a new instance of the ArticleConflict class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ArticleName Gets or sets the name of the article that uses the specified ConflictTable.
Öffentliche Eigenschaft CentralizedConflict Specifies whether the conflict table exists at the Publisher or at the Subscriber.
Öffentliche Eigenschaft ConflictTable Gets or sets the name of the table in which the conflicting data for the specified ArticleName is stored.
Öffentliche Eigenschaft GuidColumnName Gets or sets the name of the column that uniquely identifies rows in the specified SourceObject.
Öffentliche Eigenschaft SourceObject Gets or sets the name of the source object for the specified ArticleName.
Öffentliche Eigenschaft SourceOwner Gets or sets the owner of the source object for the specified ArticleName.
Öffentliche Eigenschaft UserData Gets or sets an object to which users can attach their own data.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Replication-Namespace

Andere Ressourcen

Erweiterte Konflikterkennung und -lösung bei der Mergereplikation