SyncAgentLinkedDatabase.DatabaseType プロパティ

定義

同期エージェントのリンク されたデータベースの型を取得します。 使用できる値は、'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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象