次の方法で共有


DeleteActivity.MaxConcurrentConnections プロパティ

定義

データ ソースを同時に接続するための最大同時接続数を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.maxConcurrentConnections")]
public int? MaxConcurrentConnections { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.maxConcurrentConnections")>]
member this.MaxConcurrentConnections : Nullable<int> with get, set
Public Property MaxConcurrentConnections As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象