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.
Initialisiert eine neue Instanz der DbSyncConflict-Klasse unter Verwendung von Konflikttyp- und Konfliktstufenparametern.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Sub New ( _
type As DbConflictType, _
stage As DbSyncStage _
)
'Usage
Dim type As DbConflictType
Dim stage As DbSyncStage
Dim instance As New DbSyncConflict(type, stage)
public DbSyncConflict (
DbConflictType type,
DbSyncStage stage
)
public:
DbSyncConflict (
DbConflictType type,
DbSyncStage stage
)
public DbSyncConflict (
DbConflictType type,
DbSyncStage stage
)
public function DbSyncConflict (
type : DbConflictType,
stage : DbSyncStage
)
Parameter
- type
Ein DbConflictType-Enumerationswert, der den Typ des Synchronisierungskonflikts darstellt.
- stage
Ein DbSyncStage-Enumerationswert, der die Synchronisierungsstufe darstellt, während der der Konflikt aufgetreten ist.
Siehe auch
Verweis
DbSyncConflict-Klasse
DbSyncConflict-Member
Microsoft.Synchronization.Data-Namespace