次の方法で共有


AzureSqlDatabaseOutputDataSource.MaxWriterCount プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象