次の方法で共有


IntegrationRuntimeDataFlowProperties.CoreCount プロパティ

定義

データ フロー ジョブを実行するクラスターのコア数を取得または設定します。 サポートされている値は、8、16、32、48、80、144、272 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象