Compartir a través de


Clase ArticleConflict

Represents information about a merge replication conflict table.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Replication.ArticleConflict

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public NotInheritable Class ArticleConflict
'Uso
Dim instance As ArticleConflict
public sealed class ArticleConflict
public ref class ArticleConflict sealed
[<SealedAttribute>]
type ArticleConflict =  class end
public final class ArticleConflict

El tipo ArticleConflict expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ArticleConflict Initializes a new instance of the ArticleConflict class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ArticleName Gets or sets the name of the article that uses the specified ConflictTable.
Propiedad pública CentralizedConflict Specifies whether the conflict table exists at the Publisher or at the Subscriber.
Propiedad pública ConflictTable Gets or sets the name of the table in which the conflicting data for the specified ArticleName is stored.
Propiedad pública GuidColumnName Gets or sets the name of the column that uniquely identifies rows in the specified SourceObject.
Propiedad pública SourceObject Gets or sets the name of the source object for the specified ArticleName.
Propiedad pública SourceOwner Gets or sets the owner of the source object for the specified ArticleName.
Propiedad pública UserData Gets or sets an object to which users can attach their own data.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication

Otros recursos

Detección y resolución de conflictos de replicación de mezcla avanzada