다음을 통해 공유


SyncMemberCreateOrUpdateProperties.DatabaseType Property

Definition

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.

public Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseTypeEnum? DatabaseType { get; set; }
member this.DatabaseType : Nullable<Microsoft.Azure.Management.Sql.LegacySdk.Models.DatabaseTypeEnum> with get, set
Public Property DatabaseType As Nullable(Of DatabaseTypeEnum)

Property Value

Applies to