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 | |
---|---|---|
TransConflictCount | Creates a new instance of the TransConflictCount class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
ArticleName | Gets the name of the article. | |
CentralizedConflicts | Gets whether conflict data for the article is stored at the Publisher or at each Subscriber. | |
ConflictCount | Gets the number of conflict rows being stored in the conflict table for this article. | |
ConflictTableName | Gets the name of the conflict table for the article. | |
QueuedSourceProcedureName | Gets the name of the stored procedure used to retrieve the source data row causing the conflict. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
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.