Condividi tramite


Classe TransConflictCount

Represents returned conflict information for a table article in a publication that supports queued updating subscriptions.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Replication.TransConflictCount

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

Sintassi

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

Nel tipo TransConflictCount sono esposti i membri seguenti.

Costruttori

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

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica ArticleName Gets the name of the article.
Proprietà pubblica CentralizedConflicts Gets whether conflict data for the article is stored at the Publisher or at each Subscriber.
Proprietà pubblica ConflictCount Gets the number of conflict rows being stored in the conflict table for this article.
Proprietà pubblica ConflictTableName Gets the name of the conflict table for the article.
Proprietà pubblica QueuedSourceProcedureName Gets the name of the stored procedure used to retrieve the source data row causing the conflict.

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 .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

EnumTransConflictCounts