次の方法で共有


SyncGroupCreateOrUpdateProperties Class

Definition

Properties can be specified when creating or updating a sync group.

public class SyncGroupCreateOrUpdateProperties
type SyncGroupCreateOrUpdateProperties = class
Public Class SyncGroupCreateOrUpdateProperties
Inheritance
SyncGroupCreateOrUpdateProperties

Constructors

SyncGroupCreateOrUpdateProperties()

Initializes a new instance of the SyncGroupCreateOrUpdateProperties class.

Properties

ConflictResolutionPolicy

Optional. The policy of resolving conflicts between hub and member database in the sync group.The possible values: 'HubWin' and 'MemberWin'.

HubDatabasePassword

Optional. The password of the hub database.

HubDatabaseUserName

Optional. The user name of the hub database.

Interval

Optional. Specifies the interval time of doing data synchronization.

Schema

Optional. The simple schema of sync group.

SyncDatabaseId

Optional. The database used to store sync meta data.

Applies to