Classe MergeConflictCount
Represents conflict information for a table article in a merge publication.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Replication..::..MergeConflictCount
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)
Sintaxe
'Declaração
Public NotInheritable Class MergeConflictCount
'Uso
Dim instance As MergeConflictCount
public sealed class MergeConflictCount
public ref class MergeConflictCount sealed
[<SealedAttribute>]
type MergeConflictCount = class end
public final class MergeConflictCount
O tipo MergeConflictCount expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
MergeConflictCount | Creates a new instance of the MergeConflictCount class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
ArticleName | Gets or sets the name of the merge article that has conflicts represented by the MergeConflictCount object. | |
CentralizedConflicts | Gets or sets whether conflict data for the article is stored at the Publisher or at the Subscriber. | |
ConflictTableName | Gets or sets the name of the table that stores the conflict data rows. | |
DeleteConflictCount | Gets or sets the total number of conflict rows in the conflict table that are the result of deletes on the published table. | |
GuidColumnName | Gets or sets the name of the column that uniquely identifies rows in the table article. | |
SourceObjectName | Gets or sets the name of the published table. | |
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ício
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
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.
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