SyncMemberProperties.DatabaseType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)