Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the DbSyncConflict class by using conflict type and conflict stage parameters.
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
)
Parameters
- type
A DbConflictType enumeration value that represents the type of synchronization conflict.
- stage
A DbSyncStage enumeration value that represents the synchronization stage during which the conflict occurred.
See Also
Reference
DbSyncConflict Class
DbSyncConflict Members
Microsoft.Synchronization.Data Namespace