Interface SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy
-
- All Known Subinterfaces:
SqlSyncGroup.Update
- Enclosing interface:
- SqlSyncGroup.UpdateStages
public static interface SqlSyncGroup.UpdateStages.WithConflictResolutionPolicyThe SQL Sync Group definition to set the conflict resolution policy.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlSyncGroup.UpdatewithConflictResolutionPolicyHubWins()Sets the conflict resolution policy to "HubWin".SqlSyncGroup.UpdatewithConflictResolutionPolicyMemberWins()Sets the conflict resolution policy to "MemberWin".
-
-
-
Method Detail
-
withConflictResolutionPolicyHubWins
SqlSyncGroup.Update withConflictResolutionPolicyHubWins()
Sets the conflict resolution policy to "HubWin".- Returns:
- The next stage of the definition.
-
withConflictResolutionPolicyMemberWins
SqlSyncGroup.Update withConflictResolutionPolicyMemberWins()
Sets the conflict resolution policy to "MemberWin".- Returns:
- The next stage of the definition.
-
-