Dela via


DbSyncConflict Constructor (DbConflictType, DbSyncStage)

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
)
new : 
        type:DbConflictType * 
        stage:DbSyncStage -> DbSyncConflict
public function DbSyncConflict(
    type : DbConflictType, 
    stage : DbSyncStage
)

Parameters

See Also

Reference

DbSyncConflict Class

DbSyncConflict Overload

Microsoft.Synchronization.Data Namespace