Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Represents actions that are taken to resolve a specific conflict.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Enumeration ConflictResolutionAction
'Usage
Dim instance As ConflictResolutionAction
public enum ConflictResolutionAction
public enum class ConflictResolutionAction
type ConflictResolutionAction
public enum ConflictResolutionAction
Members
| Member name | Description | |
|---|---|---|
| SkipChange | The conflict is neither resolved nor logged. It is ignored. | |
| DestinationWins | The destination item is chosen as the resolution winner. No change is made to the destination item. | |
| SourceWins | The source change is chosen as the resolution winner. The source change is applied to the destination. This change overwrites the destination item. | |
| Merge | The source change is merged with the destination item. | |
| SaveConflict | The conflict should be logged for later resolution. |