Compartilhar via


Classe ArticleConflict

Represents information about a merge replication conflict table.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Replication.ArticleConflict

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
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

O tipo ArticleConflict expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ArticleConflict Initializes a new instance of the ArticleConflict class.

Início

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Replication

Outros recursos

Detecção e resolução de conflito de replicação de mesclagem avançada