次の方法で共有


SyncMemberCreateOrUpdateProperties Class

Definition

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

public class SyncMemberCreateOrUpdateProperties
type SyncMemberCreateOrUpdateProperties = class
Public Class SyncMemberCreateOrUpdateProperties
Inheritance
SyncMemberCreateOrUpdateProperties

Constructors

SyncMemberCreateOrUpdateProperties()

Initializes a new instance of the SyncMemberCreateOrUpdateProperties class.

Properties

DatabaseName

Optional. The Azure SQL Server database name of the member database.

DatabaseType

Optional. The database type. Possible values: 'SqlServerDatabase', 'AzureSqlDatabase'. When the type is 'SqlServerDatabase', SyncAgentId and SqlServerDatabaseId should be specified. When the type is 'AzureSqlDatabase', MemberServerName, MemberDatabaseName and Credential should be specified.

Password

Optional. The password of Azure SQL database.

ServerName

Optional. The Azure SQL Server Name of the member database.

SqlServerDatabaseId

Optional. The id of the SQL server database which is connected by the sync agent.

SyncAgentId

Optional. The resource id of the sync agent

SyncDirection

Optional. Specifies the sync direction of doing data synchronization for this sync member. The possible values: 'Bidirectional', 'OneWayMemberToHub' and 'OneWayHubToMember.

UserName

Optional. The user name of Azure SQL database.

Applies to