通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy Interface

public static interface SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy

The SQL Sync Group definition to set the conflict resolution policy.

Method Summary

Modifier and Type Method and Description
abstract Update withConflictResolutionPolicyHubWins()

Sets the conflict resolution policy to "HubWin".

abstract Update withConflictResolutionPolicyMemberWins()

Sets the conflict resolution policy to "MemberWin".

Method Details

withConflictResolutionPolicyHubWins

public abstract SqlSyncGroup.Update withConflictResolutionPolicyHubWins()

Sets the conflict resolution policy to "HubWin".

Returns:

The next stage of the definition.

withConflictResolutionPolicyMemberWins

public abstract SqlSyncGroup.Update withConflictResolutionPolicyMemberWins()

Sets the conflict resolution policy to "MemberWin".

Returns:

The next stage of the definition.

Applies to