次の方法で共有


AzureSqlDatabaseDataSourceProperties.MaxWriterCount プロパティ

定義

最大ライター数を取得または設定します。現在使用できるのは 1 (単一ライター) と 0 (クエリ パーティションに基づく) のみです。 PUT 要求では省略可能です。

[Newtonsoft.Json.JsonProperty(PropertyName="maxWriterCount")]
public double? MaxWriterCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxWriterCount")>]
member this.MaxWriterCount : Nullable<double> with get, set
Public Property MaxWriterCount As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象