Condividi tramite


Classe ArticleConflict

Represents information about a merge replication conflict table.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..ArticleConflict

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ArticleConflict
'Utilizzo
Dim instance As ArticleConflict
public sealed class ArticleConflict
public ref class ArticleConflict sealed
[<SealedAttribute>]
type ArticleConflict =  class end
public final class ArticleConflict

Nel tipo ArticleConflict sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ArticleConflict Initializes a new instance of the ArticleConflict class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.