次の方法で共有


ServerForUpdate.ReplicationRole プロパティ

定義

サーバーのレプリケーション ロールを取得または設定します。 使用可能な値は、'None'、'Source'、'Replica' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.replicationRole")]
public string ReplicationRole { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.replicationRole")>]
member this.ReplicationRole : string with get, set
Public Property ReplicationRole As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象