| Modifier and Type | Method and Description |
|---|---|
SqlSyncGroup.Update |
SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy.withConflictResolutionPolicyHubWins()
Sets the conflict resolution policy to "HubWin".
|
SqlSyncGroup.Update |
SqlSyncGroup.UpdateStages.WithConflictResolutionPolicy.withConflictResolutionPolicyMemberWins()
Sets the conflict resolution policy to "MemberWin".
|
SqlSyncGroup.Update |
SqlSyncGroup.UpdateStages.WithDatabasePassword.withDatabasePassword(String password)
Sets the database login password.
|
SqlSyncGroup.Update |
SqlSyncGroup.UpdateStages.WithDatabaseUserName.withDatabaseUserName(String userName)
Sets the database user name.
|
SqlSyncGroup.Update |
SqlSyncGroup.UpdateStages.WithInterval.withInterval(int interval)
Sets the sync frequency.
|
SqlSyncGroup.Update |
SqlSyncGroup.UpdateStages.WithSchema.withSchema(SyncGroupSchema schema)
Sets the schema.
|
SqlSyncGroup.Update |
SqlSyncGroup.UpdateStages.WithSyncDatabaseId.withSyncDatabaseId(String databaseId)
Sets the sync database ID.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/