次の方法で共有


PartnerInfo.ReplicationRole プロパティ

定義

パートナー サーバーのレプリケーション ロールを取得します。 使用可能な値は、'Primary'、'Secondary' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象