Share via


SyncAgentLinkedDatabase.DatabaseType Property

Definition

Gets type of the sync agent linked database. Possible values include: 'AzureSqlDatabase', 'SqlServerDatabase'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.databaseType")]
public string DatabaseType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.databaseType")>]
member this.DatabaseType : string
Public ReadOnly Property DatabaseType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to