Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents returned conflict information for a table article in a publication that supports queued updating subscriptions.
Vererbungshierarchie
System.Object
Microsoft.SqlServer.Replication.TransConflictCount
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public NotInheritable Class TransConflictCount
'Usage
Dim instance As TransConflictCount
public sealed class TransConflictCount
public ref class TransConflictCount sealed
[<SealedAttribute>]
type TransConflictCount = class end
public final class TransConflictCount
Der TransConflictCount-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
TransConflictCount | Creates a new instance of the TransConflictCount class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Hinweise
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.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)