次の方法で共有


CreateUSqlJobProperties.CompileMode プロパティ

定義

実行中に使用されるジョブの特定のコンパイル モードを取得または設定します。 送信中にこれが指定されていない場合、サーバーは最適なコンパイル モードを決定します。 使用できる値は、'Semantic'、'Full'、'SingleBox' です。

[Newtonsoft.Json.JsonProperty(PropertyName="compileMode")]
public Microsoft.Azure.Management.DataLake.Analytics.Models.CompileMode? CompileMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="compileMode")>]
member this.CompileMode : Nullable<Microsoft.Azure.Management.DataLake.Analytics.Models.CompileMode> with get, set
Public Property CompileMode As Nullable(Of CompileMode)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象