Condividi tramite


Classe MergeConflictCount

Represents conflict information for a table article in a merge publication.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Replication.MergeConflictCount

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

Sintassi

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

Nel tipo MergeConflictCount sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MergeConflictCount Creates a new instance of the MergeConflictCount class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ArticleName Gets or sets the name of the merge article that has conflicts represented by the MergeConflictCount object.
Proprietà pubblica CentralizedConflicts Gets or sets whether conflict data for the article is stored at the Publisher or at the Subscriber.
Proprietà pubblica ConflictTableName Gets or sets the name of the table that stores the conflict data rows.
Proprietà pubblica DeleteConflictCount Gets or sets the total number of conflict rows in the conflict table that are the result of deletes on the published table.
Proprietà pubblica GuidColumnName Gets or sets the name of the column that uniquely identifies rows in the table article.
Proprietà pubblica SourceObjectName Gets or sets the name of the published table.
Proprietà pubblica UpdateConflictCount Gets or sets the total number of conflict rows in the conflict table that are the result of updates on the published table.

In alto

Metodi

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

In alto

Osservazioni

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication

EnumMergeConflictCounts

Altre risorse

Rilevamento e risoluzione di conflitti tra repliche di tipo merge