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 the options for the conflict resolution policy to use for the synchronization session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Enumeration ConflictResolutionPolicy
'Usage
Dim instance As ConflictResolutionPolicy
public enum ConflictResolutionPolicy
public enum class ConflictResolutionPolicy
type ConflictResolutionPolicy
public enum ConflictResolutionPolicy
Members
| Member name | Description | |
|---|---|---|
| ApplicationDefined | Delegate to the application to resolve conflicts. Setting this policy will cause SyncCallbacks.ItemConflicting to be fired for every conflict. | |
| DestinationWins | The destination item is always chosen as the resolution winner. When a conflict occurs, no change will be made to the destination item. | |
| SourceWins | The source change is always chosen as the resolution winner. When a conflict occurs, the source change is applied to the destination, overwriting the destination item. |